Procházet zdrojové kódy

Inline texture get last frame

clementlandrin před 2 roky
rodič
revize
740a4f0f0b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 	}