It all works but damn its slowwww
This commit is contained in:
@@ -2118,7 +2118,7 @@ namespace olc
|
||||
{
|
||||
fFrameTimer -= 1.0f;
|
||||
|
||||
std::string sTitle = "OneLoneCoder.com - Pixel Game Engine - " + sAppName + " - FPS: " + std::to_string( nFrameCount );
|
||||
std::string sTitle = sAppName + " - FPS: " + std::to_string( nFrameCount );
|
||||
#if defined(_WIN32)
|
||||
#ifdef UNICODE
|
||||
SetWindowText( olc_hWnd, ConvertS2W( sTitle ).c_str() );
|
||||
|
||||
Reference in New Issue
Block a user