mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Set dark background.
This commit is contained in:
@@ -1015,7 +1015,7 @@ void Backend::NewFrame( int& w, int& h )
|
||||
|
||||
void Backend::EndFrame()
|
||||
{
|
||||
const ImVec4 clear_color = ImColor( 114, 144, 154 );
|
||||
const ImVec4 clear_color = ImColor( 20, 20, 17 );
|
||||
|
||||
ImGui::Render();
|
||||
glViewport( 0, 0, s_width * s_maxScale / 120, s_height * s_maxScale / 120 );
|
||||
|
||||
Reference in New Issue
Block a user