File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2173,7 +2173,6 @@ void gl_drawframe()
21732173
21742174 drawviewtype (VP_RIGHT);
21752175 views[VP_RIGHT].copy ();
2176- curtime = oldcurtime;
21772176
21782177 glDisable (GL_BLEND);
21792178 gle::colorf (1 .f , 1 .f , 1 .f );
@@ -2200,7 +2199,6 @@ void gl_drawframe()
22002199 curtime = 0 ;
22012200
22022201 drawviewtype (VP_CAMERA);
2203- curtime = oldcurtime;
22042202
22052203 glDisable (GL_BLEND);
22062204 gle::colorf (1 .f , 1 .f , 1 .f );
@@ -2222,7 +2220,6 @@ void gl_drawframe()
22222220 }
22232221 curtime = 0 ;
22242222 drawviewtype (VP_RIGHT);
2225- curtime = oldcurtime;
22262223
22272224 glDisable (GL_BLEND);
22282225 gle::colorf (1 .f , 1 .f , 1 .f );
@@ -2238,6 +2235,8 @@ void gl_drawframe()
22382235
22392236 break ;
22402237 }
2238+
2239+ curtime = oldcurtime;
22412240}
22422241
22432242void usetexturing (bool on)
You can’t perform that action at this time.
0 commit comments