diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-29 01:28:12 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-29 01:28:12 +0200 |
| commit | b0069421278d6fc3fac0153e2f19c549c7bfce32 (patch) | |
| tree | 2104e6dbf45bcd9fbedf1dd144cfdec4f0dbfc1e /editor/editor.cpp | |
| parent | b6a42cc53f808c86342d1bcd400ea95e6e7f5762 (diff) | |
a
Diffstat (limited to 'editor/editor.cpp')
| -rw-r--r-- | editor/editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp index 0cd15d17..defc1476 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -161,7 +161,7 @@ void tile_editor::place_tile(world& world, global_coords pos, tile_image& img) case editor_mode::select: break; case editor_mode::floor: { - t.ground_image = { atlas, variant }; + t.ground = {atlas, variant }; break; } case editor_mode::walls: { |
