Remove WinTab error message.
This commit is contained in:
parent
b62218bbac
commit
ba85db5a79
|
@ -2846,7 +2846,7 @@ DisplayServer::WindowID DisplayServerWindows::_create_window(WindowMode p_mode,
|
||||||
wd.tilt_supported = orientation[0].axResolution && orientation[1].axResolution;
|
wd.tilt_supported = orientation[0].axResolution && orientation[1].axResolution;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ERR_PRINT("WinTab context creation falied.");
|
print_verbose("WinTab context creation failed.");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
wd.wtctx = 0;
|
wd.wtctx = 0;
|
||||||
|
|
Loading…
Reference in New Issue