2
0
ncannasse 11 жил өмнө
parent
commit
bdf0244097

+ 1 - 1
h3d/impl/MemoryManager.hx

@@ -75,7 +75,7 @@ class BigBuffer {
 		vbuf = null;
 	}
 	
-	function isDisposed() {
+	inline function isDisposed() {
 		return vbuf == null;
 	}