mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
(Breaking) Fonts: removing obsolete ImFont::Scale.
This commit is contained in:
parent
25f9c318e3
commit
e3860aa6ac
4 changed files with 16 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue