You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Fix macOS and other builds after #15299
Commit ammended by @akien-mga to fix more platforms.
This commit is contained in:
committed by
Rémi Verschelde
parent
6e2ed15ff1
commit
322cb08dd9
@@ -711,7 +711,7 @@ Error VisualServer::_surface_set_data(Array p_arrays, uint32_t p_format, uint32_
|
||||
|
||||
if (first) {
|
||||
for (int i = 0; i < total_bones; i++) {
|
||||
r_bone_aabb[i].size == Vector3(-1, -1, -1); //negative means unused
|
||||
r_bone_aabb[i].size = Vector3(-1, -1, -1); //negative means unused
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user