mirror of
https://github.com/sigonasr2/hamster.git
synced 2025-04-18 06:39:39 -05:00
Merge pull request #7 from sigonasr2/remove-browser-title-hijack-from-PGE
comment out emscripten SetWindowTitle implementation
This commit is contained in:
commit
6aad971aec
@ -6568,7 +6568,10 @@ namespace olc
|
|||||||
|
|
||||||
|
|
||||||
virtual olc::rcode SetWindowTitle(const std::string& s) override
|
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
|
virtual olc::rcode StartSystemEventLoop() override
|
||||||
{ return olc::OK; }
|
{ return olc::OK; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user