mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-20 03:36:37 +02:00
fix entt update
This commit is contained in:
@ -26,6 +26,7 @@ void ScreenDirector::disable(MM::Engine&) {
|
||||
}
|
||||
|
||||
std::vector<UpdateStrategies::UpdateCreationInfo> ScreenDirector::registerUpdates(void) {
|
||||
using namespace entt::literals;
|
||||
return {
|
||||
{
|
||||
"ScreenDirector::update"_hs,
|
||||
|
Reference in New Issue
Block a user