Explorar o código

Matrix: alloc inline constructor

trethaller %!s(int64=2) %!d(string=hai) anos
pai
achega
bce79ae552
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;