ncannasse 11 роки тому
батько
коміт
bdf0244097
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      h3d/impl/MemoryManager.hx

+ 1 - 1
h3d/impl/MemoryManager.hx

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