Erwan - cache fixes - Code review highly appreciated, please criticize my code!
- fix issue 65 (quads when no image load slowly in shop/deck editor) - Possibly fix issue 92, please let me know if it reproduces - Fix issue 97 (Deck editor: weird behavior of deck display) - Fix issue 39 - please verify - Issue 56 can probably be closed as well - Fix issue 86
This commit is contained in:
@@ -726,11 +726,11 @@ void ActionStack::Fizzle(Interruptible * action){
|
||||
}
|
||||
|
||||
void ActionStack::Render(){
|
||||
int x0 = 250;
|
||||
int y0 = 30;
|
||||
int width = 200;
|
||||
int height = 90;
|
||||
int currenty = y0 + 5 ;
|
||||
float x0 = 250;
|
||||
float y0 = 30;
|
||||
float width = 200;
|
||||
float height = 90;
|
||||
float currenty = y0 + 5 ;
|
||||
|
||||
if (mode == ACTIONSTACK_STANDARD){
|
||||
if (!askIfWishesToInterrupt || !askIfWishesToInterrupt->displayStack()) return;
|
||||
|
||||
Reference in New Issue
Block a user