Removal of Image from Variant, converted to a Resource.
This commit is contained in:
parent
d801ff2b3d
commit
98a3296702
110 changed files with 690 additions and 3203 deletions
|
|
@ -505,7 +505,7 @@ int _OS::get_dynamic_memory_usage() const {
|
|||
return OS::get_singleton()->get_dynamic_memory_usage();
|
||||
}
|
||||
|
||||
void _OS::set_icon(const Image &p_icon) {
|
||||
void _OS::set_icon(const Ref<Image> &p_icon) {
|
||||
|
||||
OS::get_singleton()->set_icon(p_icon);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue