It all works but damn its slowwww

This commit is contained in:
Ben Kyd
2020-02-12 09:29:47 +00:00
parent 8c9048ef2a
commit 2ad30d6c34
5 changed files with 68 additions and 26 deletions

View File

@@ -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() );