You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
-Fixed a bug where etc textures were imported broken
This commit is contained in:
@@ -889,7 +889,7 @@ String OS_UWP::get_user_data_dir() const {
|
||||
}
|
||||
|
||||
bool OS_UWP::_check_internal_feature_support(const String &p_feature) {
|
||||
return p_feature == "pc" || p_feature == "s3tc";
|
||||
return p_feature == "pc";
|
||||
}
|
||||
|
||||
OS::PowerState OS_UWP::get_power_state() {
|
||||
|
||||
Reference in New Issue
Block a user