mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
moving experimental features to a new folder
This commit is contained in:
@@ -98,6 +98,7 @@ namespace mlx
|
||||
m_in.RegisterWindow(m_graphics.back()->GetWindow());
|
||||
}
|
||||
}
|
||||
m_graphics.back()->GetScene().BindFont(p_last_font_bound);
|
||||
return static_cast<void*>(&m_graphics.back()->GetID());
|
||||
}
|
||||
|
||||
@@ -162,6 +163,8 @@ namespace mlx
|
||||
m_font_registry.RegisterFont(font);
|
||||
}
|
||||
|
||||
p_last_font_bound = font;
|
||||
|
||||
for(auto& gs : m_graphics)
|
||||
{
|
||||
if(gs)
|
||||
|
||||
Reference in New Issue
Block a user