mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	Minor tweaks to "Memory override" pull request
This commit is contained in:
		| @@ -194,7 +194,6 @@ | ||||
| #pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen | ||||
| #endif | ||||
|  | ||||
|  | ||||
| //------------------------------------------------------------------------- | ||||
| // Forward Declarations | ||||
| //------------------------------------------------------------------------- | ||||
| @@ -666,7 +665,7 @@ struct ImGuiState | ||||
|     // Logging | ||||
|     bool                    LogEnabled; | ||||
|     FILE*                   LogFile; | ||||
|     ImGuiTextBuffer*        LogClipboard; | ||||
|     ImGuiTextBuffer*        LogClipboard;						// pointer so our GImGui static constructor doesn't call heap allocators. | ||||
|     int                     LogAutoExpandMaxDepth; | ||||
|  | ||||
|     ImGuiState() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user