Move SupportsNativeDecorations/SupportsNativeDecorationDragging to SDLPlatform
#2800
This commit is contained in:
@@ -153,7 +153,7 @@ bool SDLPlatform::Init()
|
||||
|
||||
//SDL_StartTextInput(); // TODO: Call this only when text input is expected (shows virtual keyboard in some cases)
|
||||
|
||||
return base::Init();
|
||||
return SDLPlatformBase::Init();
|
||||
}
|
||||
|
||||
void SDLPlatform::LogInfo()
|
||||
|
||||
Reference in New Issue
Block a user