diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-20 23:08:45 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-20 23:11:32 +0200 |
| commit | d22abc50862f7243228c93fd2fd3878b37821487 (patch) | |
| tree | 26d388a2d86132cd6d5df4295d5affa216e02cb4 /main/update.cpp | |
| parent | 3e1199836bf8eb752afe9d4d20b121c8a23e87d5 (diff) | |
some editor stuff
Diffstat (limited to 'main/update.cpp')
| -rw-r--r-- | main/update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/update.cpp b/main/update.cpp index c726f542..0d93b0c2 100644 --- a/main/update.cpp +++ b/main/update.cpp @@ -18,7 +18,7 @@ void app::make_test_chunk(chunk& c) void app::do_mouse_click(const global_coords pos, int button) { - _editor.maybe_place_tile(pos, button); + _editor.maybe_place_tile(_world, pos, button); } void app::update(double dt) |
