mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Merge branch 'master' into docking
This commit is contained in:
		@@ -91,7 +91,6 @@
 | 
			
		||||
	ImGui::Render();
 | 
			
		||||
	[[self openGLContext] makeCurrentContext];
 | 
			
		||||
 | 
			
		||||
    ImGuiIO& io = ImGui::GetIO();
 | 
			
		||||
    ImDrawData* draw_data = ImGui::GetDrawData();
 | 
			
		||||
    GLsizei width  = (GLsizei)(draw_data->DisplaySize.x * draw_data->FramebufferScale.x);
 | 
			
		||||
    GLsizei height = (GLsizei)(draw_data->DisplaySize.y * draw_data->FramebufferScale.y);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user