mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge commit godotengine/godot@80a3d205f1
This commit is contained in:
@@ -82,3 +82,11 @@ Validate extension JSON: Error: Field 'classes/TextServerExtension/methods/_shap
|
||||
Validate extension JSON: Error: Field 'classes/TextServerExtension/methods/_shaped_text_draw_outline/arguments': size changed value in new API, from 7 to 8.
|
||||
|
||||
Optional "oversmpling" argument added. Compatibility methods registered.
|
||||
|
||||
|
||||
GH-104269
|
||||
---------
|
||||
Validate extension JSON: API was removed: classes/RenderingServer/methods/instance_set_interpolated
|
||||
Validate extension JSON: API was removed: classes/RenderingServer/methods/instance_reset_physics_interpolation
|
||||
|
||||
Functionality moved out of server.
|
||||
|
||||
@@ -22,6 +22,9 @@ if command -v jq 2>&1 >/dev/null; then
|
||||
fi
|
||||
fi
|
||||
done
|
||||
else
|
||||
echo 'Error: Could not find 'jq' command. Is jq installed? Try running "brew install jq" or "port install jq" and rerunning this script.'
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Download and install the Vulkan SDK.
|
||||
|
||||
Reference in New Issue
Block a user