Example #1
0
void ProcessPreRender(const GameObjectPtr&object) {
	
	if (object->Active()) {
		object->PreRender();
	}
}