Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
vitaquake3
Commits
b6d362cf
Commit
b6d362cf
authored
Mar 25, 2018
by
Rinnegatamante
Browse files
Temporarely disabling UI background.
parent
3cff7e60
Changes
1
Show whitespace changes
Inline
Side-by-side
code/ui/ui_atoms.c
View file @
b6d362cf
...
...
@@ -1206,7 +1206,7 @@ void UI_Refresh( int realtime )
if
(
uis
.
activemenu
)
{
if
(
uis
.
activemenu
->
fullscreen
)
/*
if (uis.activemenu->fullscreen)
{
// draw the background
if( uis.activemenu->showlogo ) {
...
...
@@ -1215,7 +1215,7 @@ void UI_Refresh( int realtime )
else {
UI_DrawHandlePic( 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, uis.menuBackNoLogoShader );
}
}
}
*/
if
(
uis
.
activemenu
->
draw
)
uis
.
activemenu
->
draw
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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