Ver Fonte

Matrix: alloc inline constructor

trethaller há 2 anos atrás
pai
commit
bce79ae552
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      h3d/Matrix.hx

+ 1 - 1
h3d/Matrix.hx

@@ -35,7 +35,7 @@ class Matrix {
 	public var ty(get, set) : Float;
 	public var tz(get, set) : Float;
 
-	public function new() {
+	inline public function new() {
 	}
 
 	inline function get_tx() return _41;