diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 14:29:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 14:45:29 +0100 |
commit | d74df1b763979d281f76f3f30543aee8d8a638b7 (patch) | |
tree | 08939a34160b261c37644595aa8702dd0689d74f /floormat | |
parent | 7867213a01fcabb1f05b1836c2ca59dc3bb2132f (diff) |
rename floor -> ground
Diffstat (limited to 'floormat')
-rw-r--r-- | floormat/main.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/floormat/main.hpp b/floormat/main.hpp index 1604ad22..27404fe3 100644 --- a/floormat/main.hpp +++ b/floormat/main.hpp @@ -17,7 +17,7 @@ struct world; struct scenery; class anim_atlas; struct clickable; -struct floor_mesh; +struct ground_mesh; struct wall_mesh; struct anim_mesh; struct texture_unit_cache; @@ -28,7 +28,7 @@ struct floormat_main { struct draw_bounds final { int16_t minx, maxx, miny, maxy; }; struct meshes final { - floor_mesh& floor; + ground_mesh& ground; wall_mesh& wall; anim_mesh& anim; }; |