update to entt master (v3.6.0-pre)

This commit is contained in:
2020-11-25 21:41:36 +01:00
parent 840b663d5e
commit 7cf434d877
8 changed files with 13 additions and 6 deletions

View File

@ -24,6 +24,7 @@ namespace MM::Screens {
void create_mm_logo(MM::Engine& engine, MM::Services::ScreenDirector::Screen& screen,
const std::string next_screen, float anim_duration, float screen_duration) {
using namespace entt::literals;
screen.start_enable.push_back(engine.type<MM::Services::OpenGLRenderer>());
screen.start_enable.push_back(engine.type<MM::Services::SimpleSceneService>());