]> git.tdb.fi Git - libs/gl.git/blobdiff - source/meshbuilder.h
Fix the keyword of the uniform scaling statement in Transform loader
[libs/gl.git] / source / meshbuilder.h
index d34da63b0123ab645363059f9918fb436b17bda9..0755eeb20ba6096d1bf524279194eb7d97940a3b 100644 (file)
@@ -12,7 +12,7 @@ class Mesh;
 class MeshBuilder: public PrimitiveBuilder
 {
 private:
-       Mesh  &mesh;
+       Mesh &mesh;
        Batch *batch;
 
 public: