please work git
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user