diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-09 22:04:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-09 22:04:53 +0200 |
commit | b2f0c4532872e630b8c543d85dbb56709c625b99 (patch) | |
tree | 5148cd26746236caa8ecbeb07c6609e0d60d845e /editor | |
parent | 8f77947d974ebbeb6b551dbf22b92028eb8e9109 (diff) |
add todo
Diffstat (limited to 'editor')
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index ac3abdb3..2e9efd7d 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -45,7 +45,7 @@ enum class popup_target_type : unsigned char { }; struct popup_target final { - object_id id; + object_id id; // todo switch to weak_ptr<entity> popup_target_type target = popup_target_type::none; bool operator==(const popup_target&) const; }; |