浏览代码

Inline texture get last frame

clementlandrin 2 年之前
父节点
当前提交
740a4f0f0b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      h3d/mat/Texture.hx

+ 1 - 1
h3d/mat/Texture.hx

@@ -67,7 +67,7 @@ class Texture {
 		return _lastFrame;
 	}
 
-	function get_lastFrame()
+	inline function get_lastFrame()
 	{
 		return _lastFrame;
 	}