Daniele Bartolini 10 лет назад
Родитель
Сommit
1d6d260044
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/world/scene_graph.h

+ 2 - 0
src/world/scene_graph.h

@@ -33,6 +33,8 @@ struct SceneGraph
 
 	/// Creates a new transform instance for unit @a id.
 	TransformInstance create(UnitId id, const Matrix4x4& m);
+
+	/// Destroys the transform @a i.
 	void destroy(TransformInstance i);
 
 	/// Returns the transform instance of unit @a id.