Perfectly working abs pos caching using dirty flags! :D
This commit is contained in:
@@ -56,7 +56,6 @@ struct ComponentWrapper
|
||||
|
||||
void SetAllDirty(const std::string& fieldName, bool dirty = true)
|
||||
{
|
||||
LOG_DEBUG("DIRTY: %s %s", Info.Name.c_str(), fieldName.c_str());
|
||||
for (auto& kv : *DirtyBitField) {
|
||||
SetDirty(kv.first, fieldName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user