Fix crash in palette mode

This commit is contained in:
Magnus Norddahl 2017-01-31 13:26:06 +01:00
parent e715e53c1d
commit 4fdacfe96e

View file

@ -73,7 +73,6 @@ namespace swrenderer
void DrawerArgs::SetTranslationMap(lighttable_t *translation) void DrawerArgs::SetTranslationMap(lighttable_t *translation)
{ {
mBaseColormap = nullptr;
mTranslation = translation; mTranslation = translation;
} }