diff --git a/src/HamsterGame.cpp b/src/HamsterGame.cpp index d754e0a..b3ea8a3 100644 --- a/src/HamsterGame.cpp +++ b/src/HamsterGame.cpp @@ -420,6 +420,12 @@ bool HamsterGame::OnUserUpdate(float fElapsedTime){ emscripten_idb_async_load("hamster",Game().playerNameLabel.c_str(),&Game().playerName,[](void*arg,void*data,int length){ std::string rawMetadata=(char*)data; std::cout<