Skip to content

Commit

Permalink
_actually_ fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ab9rf committed Jan 13, 2025
1 parent bd5465b commit d733129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class ImageFileList
};
std::vector<Img> list;
public:
ALLEGRO_BITMAP* lookup(size_t index) const
ALLEGRO_BITMAP* lookup(int index) const
{
if (index == -1)
return IMGObjectSheet;
Expand Down

0 comments on commit d733129

Please sign in to comment.