浏览代码

Matrix: alloc inline constructor

trethaller 2 年之前
父节点
当前提交
bce79ae552
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;