remove unnecessary initialization
This commit is contained in:
@@ -77,7 +77,6 @@ USGSettings* USGSettings::GetInstance()
|
||||
USGSettings::USGSettings()
|
||||
: Pimpl(TUniquePtr<FImpl, FImplDeleter>(new FImpl{this}, PimplDeleter))
|
||||
{
|
||||
TrackingSettings = FSGTrackingSettings{};
|
||||
}
|
||||
|
||||
bool USGSettings::ShouldCreateSubsystem(UObject* Outer) const
|
||||
|
||||
Reference in New Issue
Block a user