You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Make some Image methods static
This commit is contained in:
@@ -2127,7 +2127,7 @@ Error Main::setup2(Thread::ID p_main_tid_override) {
|
||||
} else {
|
||||
// Create a 1×1 transparent image. This will effectively hide the splash image.
|
||||
boot_logo.instantiate();
|
||||
boot_logo->create(1, 1, false, Image::FORMAT_RGBA8);
|
||||
boot_logo->initialize_data(1, 1, false, Image::FORMAT_RGBA8);
|
||||
boot_logo->set_pixel(0, 0, Color(0, 0, 0, 0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user