Sfoglia il codice sorgente

Inline texture get last frame

clementlandrin 2 anni fa
parent
commit
740a4f0f0b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      h3d/mat/Texture.hx

+ 1 - 1
h3d/mat/Texture.hx

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