mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
I hope it solves a timing problem with rendering and resetting the gui. https://forum.megaglest.org/index.php?topic=9163.0
This commit is contained in:
parent
d30b8998db
commit
a5834ddf57
@ -70,6 +70,7 @@ void Display::setUpImage(int i, const Texture2D *image)
|
||||
|
||||
//misc
|
||||
void Display::clear(){
|
||||
downSelectedPos= invalidPos;
|
||||
for(int i=0; i<upCellCount; ++i){
|
||||
upImages[i]= NULL;
|
||||
}
|
||||
@ -81,7 +82,6 @@ void Display::clear(){
|
||||
commandClasses[i]= ccNull;
|
||||
}
|
||||
|
||||
downSelectedPos= invalidPos;
|
||||
title.clear();
|
||||
text.clear();
|
||||
progressBar= -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user