mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-27 23:37:03 -05:00
(Breaking) Fonts: removing obsolete ImFont::Scale.
This commit is contained in:
@@ -5018,7 +5018,9 @@ void ImFontBaked::ClearOutputData()
|
||||
ImFont::ImFont()
|
||||
{
|
||||
memset(this, 0, sizeof(*this));
|
||||
#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
|
||||
Scale = 1.0f;
|
||||
#endif
|
||||
}
|
||||
|
||||
ImFont::~ImFont()
|
||||
|
||||
Reference in New Issue
Block a user