]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
Fix texture type of renderbuffers (was random crap, now is GL_TEXTURE_2D).
[xonotic/darkplaces.git] / prvm_cmds.c
index d8f5681c88ac10b65d2b48f8a04a82cceafc30e6..187930b23835891bd0f4d881c252251d46b4966f 100644 (file)
@@ -6813,7 +6813,8 @@ nolength:
                        default:
 verbatim:
                                if(o < end - 1)
-                                       *o++ = *s++;
+                                       *o++ = *s;
+                               ++s;
                                break;
                }
        }