testbed: quick check for storage window
This commit is contained in:
@@ -6,9 +6,13 @@
|
||||
namespace testbed {
|
||||
|
||||
void imgui_system(const entt::registry ®istry) {
|
||||
ImGui::Begin("Davey");
|
||||
ImGui::Begin("Davey - registry");
|
||||
entt::davey(registry);
|
||||
ImGui::End();
|
||||
|
||||
ImGui::Begin("Davey - storage");
|
||||
entt::davey(*registry.storage<int>());
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
} // namespace testbed
|
||||
|
||||
Reference in New Issue
Block a user