You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Merge pull request #93401 from Repiteo/style/clang-tidy-fixes
Style: Apply `clang-tidy` fixes
This commit is contained in:
@@ -309,7 +309,7 @@ RID RenderingServer::get_white_texture() {
|
||||
w[i] = 255;
|
||||
}
|
||||
}
|
||||
Ref<Image> white = memnew(Image(4, 4, 0, Image::FORMAT_RGB8, wt));
|
||||
Ref<Image> white = memnew(Image(4, 4, false, Image::FORMAT_RGB8, wt));
|
||||
white_texture = texture_2d_create(white);
|
||||
return white_texture;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user