mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-20 11:46:36 +02:00
fix entt update
This commit is contained in:
@ -47,6 +47,7 @@ class InputVisualizer : public MM::Services::Service {
|
||||
}
|
||||
|
||||
std::vector<MM::UpdateStrategies::UpdateCreationInfo> registerUpdates(void) override {
|
||||
using namespace entt::literals;
|
||||
return {
|
||||
{
|
||||
"InputVisualizer::render"_hs,
|
||||
|
Reference in New Issue
Block a user