mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
fix entt update
This commit is contained in:
@ -106,6 +106,7 @@ void InputService::disable(Engine& engine) {
|
||||
}
|
||||
|
||||
std::vector<UpdateStrategies::UpdateCreationInfo> InputService::registerUpdates(void) {
|
||||
using namespace entt::literals;
|
||||
return {
|
||||
{
|
||||
"InputService::update"_hs,
|
||||
|
@ -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