summaryrefslogtreecommitdiffstats
path: root/thirdparty/basis_universal/transcoder/basisu_transcoder.cpp
diff options
context:
space:
mode:
authorRaul Santos <raulsntos@gmail.com>2024-08-10 18:53:45 +0200
committerRaul Santos <raulsntos@gmail.com>2024-08-10 18:53:45 +0200
commit415331f474689e0613869451764c30ea69595c02 (patch)
tree0c34051b5cecefee1ac0cef93767d87090a1aef6 /thirdparty/basis_universal/transcoder/basisu_transcoder.cpp
parent4bef4d9808848c38c3f285edb300b4f3a843e543 (diff)
downloadredot-engine-415331f474689e0613869451764c30ea69595c02.tar.gz
Make `Animation::capture_included` read-only
The `PROPERTY_USAGE_READ_ONLY` flag only makes the property read-only in the inspector, but the property also has the `PROPERTY_USAGE_NO_EDITOR` flag which means it won't show up in the inspector. So it does nothing, while still making it editable from scripting. To make it read-only for scripting too, this PR removes the setter from the `PropertyInfo`. And since the `set_capture_included` method is now unused, it was also removed.
Diffstat (limited to 'thirdparty/basis_universal/transcoder/basisu_transcoder.cpp')
0 files changed, 0 insertions, 0 deletions