put info in correct place
This commit is contained in:
		| @@ -108,6 +108,15 @@ static void Run() | ||||
| 		 | ||||
| 		g_view->Command_PreDraw(); | ||||
|  | ||||
| 		if (g_settings->pause) | ||||
| 		{ | ||||
| 			g_draw->DrawString(b3Color_white, "*PAUSED*"); | ||||
| 		} | ||||
| 		else | ||||
| 		{ | ||||
| 			g_draw->DrawString(b3Color_white, "*PLAYING*"); | ||||
| 		} | ||||
|  | ||||
| 		if (g_settings->drawProfile) | ||||
| 		{ | ||||
| 			const b3Array<ProfilerRecord>& records = g_profilerRecorder->GetRecords(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user