mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
WinRT: took out a deprecated TODO-comment
This commit is contained in:
parent
6dc2a410eb
commit
3070086431
@ -139,8 +139,6 @@ VideoBootStrap WINRT_bootstrap = {
|
|||||||
int
|
int
|
||||||
WINRT_VideoInit(_THIS)
|
WINRT_VideoInit(_THIS)
|
||||||
{
|
{
|
||||||
// TODO, WinRT: consider adding a hack to wait (here) for the app's orientation to finish getting set (before the initial display mode is set up)
|
|
||||||
|
|
||||||
if (WINRT_InitModes(_this) < 0) {
|
if (WINRT_InitModes(_this) < 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user