fixup to spiral

This commit is contained in:
Zeno Rogue 2022-04-26 00:46:02 +02:00
parent e0856c420f
commit 4f2b64febe
1 changed files with 1 additions and 1 deletions

View File

@ -107,8 +107,8 @@ namespace spiral {
SDL_LockSurface(out);
draw();
if(vid.usingGL) {
calcparam();
setGLProjection();
gamescreen(0);
current_display->next_shader_flags = GF_TEXTURE;
dynamicval<eModel> m(pmodel, mdPixel);
glhr::color2(0xFFFFFFFF);