diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 18:44:19 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 18:44:19 +0100 |
commit | c021cbd3b8b93fac6d8f5950476bee1cf5f1a2cb (patch) | |
tree | b92a26556423996521aa02c069916bc3ab743627 /editor/tests-private.hpp | |
parent | 6e2d1e5842e9805f33cab7f0a8385c3ebb466172 (diff) |
remove obsolete comments
Diffstat (limited to 'editor/tests-private.hpp')
-rw-r--r-- | editor/tests-private.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/tests-private.hpp b/editor/tests-private.hpp index a6f20e92..6d137f67 100644 --- a/editor/tests-private.hpp +++ b/editor/tests-private.hpp @@ -31,6 +31,7 @@ protected: }; enum class Test : uint32_t { + //todo add a speedometer overlay test none, path, raycast, region, pathfinding, COUNT, }; |