mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Fix from incorrect change left-over in a31e44b99a
				
					
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								imgui.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								imgui.h
									
									
									
									
									
								
							@@ -295,7 +295,7 @@ namespace ImGui
 | 
				
			|||||||
    IMGUI_API int           GetFrameCount();
 | 
					    IMGUI_API int           GetFrameCount();
 | 
				
			||||||
    IMGUI_API const char*   GetStyleColorName(ImGuiCol idx);
 | 
					    IMGUI_API const char*   GetStyleColorName(ImGuiCol idx);
 | 
				
			||||||
    IMGUI_API void          GetDefaultFontData(const void** fnt_data, unsigned int* fnt_size, const void** png_data, unsigned int* png_size);
 | 
					    IMGUI_API void          GetDefaultFontData(const void** fnt_data, unsigned int* fnt_size, const void** png_data, unsigned int* png_size);
 | 
				
			||||||
    IMGUI_API ImVec2        CalcTextSize(const char* text, const char* text_end = NULL, bool hide_text_after_double_hash = false, float wrap_width = -1.0f);
 | 
					    IMGUI_API ImVec2        CalcTextSize(const char* text, const char* text_end = NULL, bool hide_text_after_double_hash = true, float wrap_width = -1.0f);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
} // namespace ImGui
 | 
					} // namespace ImGui
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user