Skip to content

Commit

Permalink
Update palettes.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlaughlin authored Dec 5, 2024
1 parent 3ffd4a1 commit 0563643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/palettes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ PaletteState::PaletteState()
{
// Initialize the palette textures (will create new texture ids)
InitTextures();
// Generate the textures
GenerateTextures();
}

void PaletteState::InitTextures()
Expand Down

0 comments on commit 0563643

Please sign in to comment.