]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
removed NET_MAXRATE (as it served no useful purpose), changed description of rate...
[xonotic/darkplaces.git] / gl_rmain.c
index c0a2f4466877411ed60d3e387e27b2d309fb60f7..ac4fbd087a9a366ccd7a16b7d75eb4b545e21e71 100644 (file)
@@ -1050,8 +1050,8 @@ void Render_Init(void)
 {
        gl_backend_init();
        R_Textures_Init();
-       GL_Main_Init();
        GL_Draw_Init();
+       GL_Main_Init();
        R_Shadow_Init();
        R_Sky_Init();
        GL_Surf_Init();