You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Removal of Image from Variant, converted to a Resource.
This commit is contained in:
@@ -746,7 +746,7 @@ String OSUWP::get_executable_path() const {
|
||||
return "";
|
||||
}
|
||||
|
||||
void OSUWP::set_icon(const Image &p_icon) {
|
||||
void OSUWP::set_icon(const Ref<Image> &p_icon) {
|
||||
}
|
||||
|
||||
bool OSUWP::has_environment(const String &p_var) const {
|
||||
|
||||
Reference in New Issue
Block a user