]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.c
Added a new builin function (callfunction)
[xonotic/darkplaces.git] / gl_backend.c
index cb450bde6c68950a1a817ce2d2e6f92af2241031..7769bbc430db1d198a9fa1b06ac282406c2cd3de 100644 (file)
@@ -609,7 +609,7 @@ void GL_LockArrays(int first, int count)
 void GL_Scissor (int x, int y, int width, int height)
 {
        CHECKGLERROR
-       qglScissor(x, vid.realheight - (y + height),width,height);      
+       qglScissor(x, vid.realheight - (y + height),width,height);
        CHECKGLERROR
 }