please work git

This commit is contained in:
nosch
2025-09-02 19:24:25 +02:00
parent eb65e3658d
commit bc3771e119
3 changed files with 33 additions and 34 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ struct Tile {
struct Chunk {
raylib::Vector2 position;
Tile tiles[64]; // dynamic instead of fixed array
std::vector<Tile> tiles; // dynamic instead of fixed array
Layer* owner;
void Draw(raylib::Rectangle aera);