Fixes for incorrect nullptr placement.
Incorrect DataElement overload getting called in AndroidSplashscreens::Reflect Signed-off-by: Nemerle <nemerle5+git@gmail.com>
This commit is contained in:
@@ -165,8 +165,8 @@ namespace ProjectSettingsTool
|
||||
if (editContext)
|
||||
{
|
||||
editContext->Class<AndroidSplashscreens>("Splashscreens", "All splashscreen overrides for Android.")
|
||||
->DataElement(nullptr, &AndroidSplashscreens::m_landscapeSplashscreens)
|
||||
->DataElement(nullptr, &AndroidSplashscreens::m_portraitSplashscreens)
|
||||
->DataElement(AZ::Edit::UIHandlers::Default, &AndroidSplashscreens::m_landscapeSplashscreens)
|
||||
->DataElement(AZ::Edit::UIHandlers::Default, &AndroidSplashscreens::m_portraitSplashscreens)
|
||||
;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user