mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 00:10:06 +00:00 
			
		
		
		
	Make naming more consistent for some ImGui DrawLayer Functions
This commit is contained in:
		
							parent
							
								
									a9daf47741
								
							
						
					
					
						commit
						c139b156ee
					
				
					 4 changed files with 10 additions and 10 deletions
				
			
		|  | @ -86,7 +86,7 @@ void RadarSiteLayer::Render( | |||
|    p->halfWidth_     = params.width * 0.5f; | ||||
|    p->halfHeight_    = params.height * 0.5f; | ||||
| 
 | ||||
|    StartImGuiFrame(); | ||||
|    ImGuiFrameStart(); | ||||
|    // Radar site ImGui windows shouldn't have padding
 | ||||
|    ImGui::PushStyleVar(ImGuiStyleVar_WindowPadding, ImVec2 {0.0f, 0.0f}); | ||||
| 
 | ||||
|  | @ -96,7 +96,7 @@ void RadarSiteLayer::Render( | |||
|    } | ||||
| 
 | ||||
|    ImGui::PopStyleVar(); | ||||
|    EndImGuiFrame(); | ||||
|    ImGuiFrameEnd(); | ||||
| 
 | ||||
|    SCWX_GL_CHECK_ERROR(); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak