| 1536 | } |
| 1537 | |
| 1538 | void EntitySystemHelpersBase::ValidateEntityChanges() |
| 1539 | { |
| 1540 | OPTICK_EVENT(Optick::Category::Debug); |
| 1541 | auto world = GetEntityWorld(); |
| 1542 | ValidateEntityChanges(world->Cache->WriteChanges); |
| 1543 | } |
| 1544 | |
| 1545 | void EntitySystemHelpersBase::ValidateEntityChanges(ImmediateWorldCache::Changes& changes) |
| 1546 | { |
nothing calls this directly
no test coverage detected