You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove OS::can_draw() remnants
This commit is contained in:
@@ -156,10 +156,6 @@ void OS_UWP::initialize_core() {
|
||||
cursor_shape = CURSOR_ARROW;
|
||||
}
|
||||
|
||||
bool OS_UWP::can_draw() const {
|
||||
return !minimized;
|
||||
};
|
||||
|
||||
void OS_UWP::set_window(Windows::UI::Core::CoreWindow ^ p_window) {
|
||||
window = p_window;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user