2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 16:27:42 +00:00

added splitview events

This commit is contained in:
Jack Andersen
2015-11-29 14:21:42 -10:00
parent b4ffb13903
commit 5e7c12ed50
10 changed files with 437 additions and 47 deletions

View File

@@ -309,6 +309,7 @@ TextView::TextView(ViewSystem& system, View& parentView, const FontAtlas& font,
}
m_glyphs.reserve(capacity);
commitResources(system);
}
TextView::TextView(ViewSystem& system, View& parentView, FontTag font, size_t capacity)