Fix crash in palette mode

This commit is contained in:
Magnus Norddahl 2017-01-31 13:26:06 +01:00
parent e715e53c1d
commit 4fdacfe96e
1 changed files with 0 additions and 1 deletions

View File

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