Nicolas Cannasse 6 年之前
父节点
当前提交
45ffc7b0b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hrt/prefab/l3d/Polygon.hx

+ 1 - 1
hrt/prefab/l3d/Polygon.hx

@@ -74,7 +74,7 @@ class Polygon extends Object3D {
 		return cache;
 	}
 
-	function makePrimitive() {
+	public function makePrimitive() {
 
 		if(shape == Custom) {
 			#if editor