mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Fix crash in palette mode
This commit is contained in:
parent
e715e53c1d
commit
4fdacfe96e
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ namespace swrenderer
|
||||||
|
|
||||||
void DrawerArgs::SetTranslationMap(lighttable_t *translation)
|
void DrawerArgs::SetTranslationMap(lighttable_t *translation)
|
||||||
{
|
{
|
||||||
mBaseColormap = nullptr;
|
|
||||||
mTranslation = translation;
|
mTranslation = translation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue