Browse Source

minor optimize

ncannasse 11 years ago
parent
commit
bdf0244097
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h3d/impl/MemoryManager.hx

+ 1 - 1
h3d/impl/MemoryManager.hx

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