mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-10-26 12:27:30 +00:00 
			
		
		
		
	Backends: SDL2: Remove unnecessary ImGui_ImplSDL2_NewFrame() parameter. (#3244)
This commit is contained in:
		 Giovanni Funchal
					Giovanni Funchal
				
			
				
					committed by
					
						 ocornut
						ocornut
					
				
			
			
				
	
			
			
			 ocornut
						ocornut
					
				
			
						parent
						
							23a15834fa
						
					
				
				
					commit
					6792e1a3e0
				
			| @@ -123,7 +123,7 @@ static void main_loop(void* arg) | ||||
|  | ||||
|     // Start the Dear ImGui frame | ||||
|     ImGui_ImplOpenGL3_NewFrame(); | ||||
|     ImGui_ImplSDL2_NewFrame(g_Window); | ||||
|     ImGui_ImplSDL2_NewFrame(); | ||||
|     ImGui::NewFrame(); | ||||
|  | ||||
|     // 1. Show the big demo window (Most of the sample code is in ImGui::ShowDemoWindow()! You can browse its code to learn more about Dear ImGui!). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user