mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	Fixed extraneous static attribute. (#2105)
This commit is contained in:
		| @@ -8473,7 +8473,7 @@ void ImGui::MarkIniSettingsDirty(ImGuiWindow* window) | ||||
|             g.SettingsDirtyTimer = g.IO.IniSavingRate; | ||||
| } | ||||
|  | ||||
| static ImGuiWindowSettings* ImGui::CreateNewWindowSettings(const char* name) | ||||
| ImGuiWindowSettings* ImGui::CreateNewWindowSettings(const char* name) | ||||
| { | ||||
|     ImGuiContext& g = *GImGui; | ||||
|     g.SettingsWindows.push_back(ImGuiWindowSettings()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user