]> git.tdb.fi Git - libs/gl.git/blobdiff - source/geometrybuilder.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / geometrybuilder.h
index 2e5a79faa06096c6ca6a129409b1df4909eb11b9..76c1ba2f603a670861768ebf9b4ff37be1352cc3 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_GEOMETRYBUILDER_H_
 #define MSP_GL_GEOMETRYBUILDER_H_
 
@@ -20,7 +13,7 @@ public:
        enum TextureFit
        {
                STRETCH,
-               CUT,
+               CROP,
                WRAP
        };