mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-23 01:21:57 -05:00
ESC shouldn't close texture pack download dialog
This commit is contained in:
parent
16ad02e0ae
commit
114aa2f666
1 changed files with 2 additions and 1 deletions
|
@ -3691,7 +3691,8 @@ static const struct ScreenVTABLE TexPackOverlay_VTABLE = {
|
|||
void TexPackOverlay_Show(const cc_string* url) {
|
||||
struct TexPackOverlay* s = &TexPackOverlay;
|
||||
s->grabsInput = true;
|
||||
s->closable = true;
|
||||
/* Too easy to accidentally ESC this important dialog*/
|
||||
/* s->closable= true; */
|
||||
s->VTABLE = &TexPackOverlay_VTABLE;
|
||||
|
||||
String_InitArray(s->url, s->_urlBuffer);
|
||||
|
|
Loading…
Reference in a new issue