Browse Source

Fix haxe update

Tom SPIRA 1 year ago
parent
commit
6903a5f32c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h3d/prim/Polygon.hx

+ 1 - 1
h3d/prim/Polygon.hx

@@ -110,7 +110,7 @@ class Polygon extends MeshPrimitive {
 		}
 	}
 
-	public function translate( dx, dy, dz ) {
+	public function translate( dx : Float, dy : Float, dz : Float ) {
 		translatedX += dx;
 		translatedY += dy;
 		translatedZ += dz;