mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
CI: Sync configuration with 4.4 branch
Includes cherry-pick of warning fixes from8d1462c748and template builds unit tests fixes from17929a3443. Also a Windows MSVC detection fix for SCons 4.6.0+ fromf682406cf2.
This commit is contained in:
parent
e7d56e32fd
commit
76b1b33604
32 changed files with 473 additions and 296 deletions
|
|
@ -3753,7 +3753,7 @@ void Image::fix_alpha_edges() {
|
|||
}
|
||||
|
||||
int closest_dist = max_dist;
|
||||
uint8_t closest_color[3];
|
||||
uint8_t closest_color[3] = { 0 };
|
||||
|
||||
int from_x = MAX(0, j - max_radius);
|
||||
int to_x = MIN(width - 1, j + max_radius);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue