Skip to content

Commit

Permalink
Merge pull request #103 from AlpineMapsOrg/adam-ce-fix_mingw
Browse files Browse the repository at this point in the history
fix compilation on mingw
  • Loading branch information
adam-ce authored Apr 28, 2024
2 parents 57b9713 + 9a360a7 commit c2ca35e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gl_engine/TileManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class TileManager : public QObject {
public:
explicit TileManager(QObject* parent = nullptr);
void init(); // needs OpenGL context
[[nodiscard]] const std::vector<TileSet>& tiles() const;
void draw(ShaderProgram* shader_program, const nucleus::camera::Definition& camera, const nucleus::tile_scheduler::DrawListGenerator::TileSet& draw_tiles, bool sort_tiles, glm::dvec3 sort_position) const;

const nucleus::tile_scheduler::DrawListGenerator::TileSet generate_tilelist(const nucleus::camera::Definition& camera) const;
Expand Down

0 comments on commit c2ca35e

Please sign in to comment.