소스 검색

fix for domkit

Nicolas Cannasse 5 년 전
부모
커밋
40235da594
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;