X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgeometrybuilder.h;h=76c1ba2f603a670861768ebf9b4ff37be1352cc3;hb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;hp=2e5a79faa06096c6ca6a129409b1df4909eb11b9;hpb=aa9884e69bc543682d1fe36ec5d054fdf11bcfac;p=libs%2Fgl.git diff --git a/source/geometrybuilder.h b/source/geometrybuilder.h index 2e5a79fa..76c1ba2f 100644 --- a/source/geometrybuilder.h +++ b/source/geometrybuilder.h @@ -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 };