2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:47:42 +00:00

Changes to diagnose font render buffer issues

This commit is contained in:
Jack Andersen
2015-12-01 15:32:15 -10:00
parent 11dfa963b5
commit 35edc47c91
19 changed files with 371 additions and 340 deletions

View File

@@ -3,7 +3,7 @@
namespace Specter
{
ScrollView::ScrollView(ViewSystem& system, View& parentView, View& contentView)
ScrollView::ScrollView(ViewResources& system, View& parentView, View& contentView)
: View(system, parentView), m_contentView(contentView)
{
}