Browse Source

fix for domkit

Nicolas Cannasse 5 years ago
parent
commit
40235da594
1 changed files with 1 additions and 0 deletions
  1. 1 0
      h2d/ObjectFollower.hx

+ 1 - 0
h2d/ObjectFollower.hx

@@ -3,6 +3,7 @@ package h2d;
 /**
 	Allows a 2D object position to follow a 3D object using the current camera.
 **/
+@:uiNoComponent
 class ObjectFollower extends Object {
 
 	public var follow : h3d.scene.Object;