mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Amend r5911 to use undefinetile instead of only zeroing out the MIRROR tile's dimensions.
git-svn-id: https://svn.eduke32.com/eduke32@5916 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
67d84df899
commit
b064563a23
1 changed files with 1 additions and 1 deletions
|
@ -6308,7 +6308,7 @@ int app_main(int argc, char const * const * argv)
|
|||
|
||||
G_PostLoadPalette();
|
||||
|
||||
tilesiz[MIRROR].x = tilesiz[MIRROR].y = 0;
|
||||
E_UndefineTile(MIRROR);
|
||||
|
||||
Gv_ResetSystemDefaults(); // called here to populate our fake tilesizx and tilesizy arrays presented to CON with sizes generated by dummytiles
|
||||
|
||||
|
|
Loading…
Reference in a new issue