Nicolas Cannasse 10 years ago
parent
commit
8c0a0d8af2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h3d/prim/RawPrimitive.hx

+ 1 - 1
h3d/prim/RawPrimitive.hx

@@ -33,7 +33,7 @@ class RawPrimitive extends Primitive {
 		return tcount;
 	}
 
-	override function verterCount() {
+	override function vertexCount() {
 		return vcount;
 	}