Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/misc/extension_api_validation/4.2-stable_4.3-stable/GH-94243.txt
22320 views
1
GH-94243
2
--------
3
Validate extension JSON: Error: Field 'classes/Image/methods/get_mipmap_offset/return_value': meta changed value in new API, from "int32" to "int64".
4
5
Type changed to int64_t to support baking large lightmaps.
6
No compatibility method needed, both GDExtension and C# generate it as int64_t anyway.
7
8