Change TextDrawable base class
This commit is contained in:
@@ -158,7 +158,7 @@ namespace OpenVulkano
|
||||
|
||||
void Close() override
|
||||
{
|
||||
for (SimpleDrawable* d: m_drawablesPool)
|
||||
for (Drawable* d: m_drawablesPool)
|
||||
{
|
||||
d->Close();
|
||||
delete d;
|
||||
@@ -173,7 +173,7 @@ namespace OpenVulkano
|
||||
SdfFontAtlasGenerator m_atlasGenerator;
|
||||
MsdfFontAtlasGenerator m_msdfAtlasGenerator;
|
||||
#endif
|
||||
std::vector<SimpleDrawable*> m_drawablesPool;
|
||||
std::vector<Drawable*> m_drawablesPool;
|
||||
std::vector<Node> m_nodesPool;
|
||||
Vector3f_SIMD m_position = { 0, 0, -10 };
|
||||
OpenVulkano::Scene::UI::SimpleUi m_ui;
|
||||
|
||||
Reference in New Issue
Block a user