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:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user