Skip to content

Commit

Permalink
catch a couple typos
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlaughlin committed Nov 21, 2024
1 parent 02562af commit 700c77d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/palettes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ PaletteState::PaletteState()
, palette_tex(BasePalettes.NumPalettes())
{}

static std::mutex init_mtx;

void PaletteState::Init()
{
if (!first_init)
Expand Down
2 changes: 1 addition & 1 deletion lib/palettes_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bool Palette::IsTranslucent() const
}

// Initialize
int Texture::max_texture_size = 4096;
int Texture::max_texture_size = -1;

Texture::Texture(const Palette* palette, int Nrepeat_, int Ncolors_,
bool smooth) : palette(palette), Nrepeat_(Nrepeat_),
Expand Down

0 comments on commit 700c77d

Please sign in to comment.