Skip to content

Commit

Permalink
fix this one line in cafe graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleP committed Nov 8, 2023
1 parent 8f8d559 commit 2711777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/cafe/include/modules/graphics_ext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace love
Texture<Console::CAFE>* NewTexture(const Texture<>::Settings& settings,
const Texture<>::Slices* slices = nullptr) const;

void Draw(Texture* texture, Quad* quad, const Matrix4& matrix);
void Draw(Texture<Console::CAFE>* texture, Quad* quad, const Matrix4& matrix);

void Draw(Drawable* drawable, const Matrix4& matrix);

Expand Down

0 comments on commit 2711777

Please sign in to comment.