]> git.tdb.fi Git - libs/gl.git/blobdiff - scripts/maketex.py
Add functions for setting arrays of 2x2 and 3x3 matrix uniforms
[libs/gl.git] / scripts / maketex.py
index 2e1069486585a252584993f0bc3217fcf8131fc3..520be8424b02f39740b663bd03fc83c736e05f54 100755 (executable)
@@ -11,7 +11,7 @@ def escape(str):
                        result += "\\%03o"%ord(c)
                else:
                        result += c
-       return result;
+       return result
 
 def make_tex(fn, filter="LINEAR", anisotropy=0, wrap=None, srgb=False):
        from PIL import Image