mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Made SplashScreen background a generic ModalWindow class
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
namespace Specter
|
||||
{
|
||||
|
||||
ScrollView::ScrollView(ViewResources& system, View& parentView, View& contentView)
|
||||
: View(system, parentView), m_contentView(contentView)
|
||||
ScrollView::ScrollView(ViewResources& system, View& parentView)
|
||||
: View(system, parentView)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user