summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-09 22:04:53 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-09 22:04:53 +0200
commitb2f0c4532872e630b8c543d85dbb56709c625b99 (patch)
tree5148cd26746236caa8ecbeb07c6609e0d60d845e /editor
parent8f77947d974ebbeb6b551dbf22b92028eb8e9109 (diff)
add todo
Diffstat (limited to 'editor')
-rw-r--r--editor/app.hpp2
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;
};