mirror of
https://github.com/sigonasr2/hamster.git
synced 2025-04-18 22:49:41 -05:00
comment out emscripten SetWindowTitle implementation
This commit is contained in:
parent
5e66fd009e
commit
3d95c8b00f
@ -6568,7 +6568,10 @@ namespace olc
|
||||
|
||||
|
||||
virtual olc::rcode SetWindowTitle(const std::string& s) override
|
||||
{ emscripten_set_window_title(s.c_str()); return olc::OK; }
|
||||
{
|
||||
// emscripten_set_window_title(s.c_str());
|
||||
return olc::OK;
|
||||
}
|
||||
|
||||
virtual olc::rcode StartSystemEventLoop() override
|
||||
{ return olc::OK; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user