mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	FreeType: Minor tweaks previous commit (#2285)
This commit is contained in:
		| @@ -2951,7 +2951,7 @@ bool ImGui::DebugCheckVersionAndDataLayout(const char* version, size_t sz_io, si | ||||
|     return !error; | ||||
| } | ||||
|  | ||||
| void ImGui::SetAllocatorFunctions(void* (*alloc_func)(size_t sz, void* user_data), void(*free_func)(void* ptr, void* user_data), void* user_data) | ||||
| void ImGui::SetAllocatorFunctions(void* (*alloc_func)(size_t sz, void* user_data), void (*free_func)(void* ptr, void* user_data), void* user_data) | ||||
| { | ||||
|     GImAllocatorAllocFunc = alloc_func; | ||||
|     GImAllocatorFreeFunc = free_func; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user