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:
@ -106,6 +106,7 @@ void InputService::disable(Engine& engine) {
|
||||
}
|
||||
|
||||
std::vector<UpdateStrategies::UpdateCreationInfo> InputService::registerUpdates(void) {
|
||||
using namespace entt::literals;
|
||||
return {
|
||||
{
|
||||
"InputService::update"_hs,
|
||||
|
Reference in New Issue
Block a user