2
0
Эх сурвалжийг харах

Entity now calls Destroyed() when destroyed.

Mark Sibly 8 жил өмнө
parent
commit
2d5034b32d

+ 2 - 0
modules/mojo3d/graphics/entity.monkey2

@@ -422,6 +422,8 @@ Class Entity
 		_parent=Null
 		
 		_scene=Null
+		
+		Destroyed()
 	End
 	
 	#rem monkeydoc Sets entity position in local or world space.