Пример #1
0
void ProcessPreUpdate(const GameObjectPtr& object) {

	if (object->Active()) {
		object->PreUpdate();
	}
}