Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
d6813b15
Commit
d6813b15
authored
Sep 09, 2022
by
Richard Gobeille
Browse files
engine: disable the rainbow background in the editor in yax_drawrooms()
parent
22f707f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/src/engine.cpp
View file @
d6813b15
...
...
@@ -1091,6 +1091,7 @@ void yax_drawrooms(void (*SpriteAnimFunc)(int32_t,int32_t,int32_t,int32_t,int32_
g_nodraw
=
0
;
scansector_collectsprites
=
0
;
#if 0
if (editstatus==1 && in3dmode())
{
if (videoGetRenderMode() == REND_CLASSIC)
...
...
@@ -1106,7 +1107,8 @@ void yax_drawrooms(void (*SpriteAnimFunc)(int32_t,int32_t,int32_t,int32_t,int32_
}
#endif
}
#endif
#ifdef USE_OPENGL
if
(
videoGetRenderMode
()
==
REND_POLYMOST
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment