Преглед изворни кода

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;
 	}