Skip to content

Commit

Permalink
Merge pull request godotengine#81634 from lyuma/generate_lod_deprecate
Browse files Browse the repository at this point in the history
Add missing is_deprecated flag on the SurfaceTool.generate_lod function.
  • Loading branch information
YuriSizov committed Sep 14, 2023
2 parents 325ec7f + 8153739 commit b467afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/SurfaceTool.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
Removes the index array by expanding the vertex array.
</description>
</method>
<method name="generate_lod">
<method name="generate_lod" is_deprecated="true">
<return type="PackedInt32Array" />
<param index="0" name="nd_threshold" type="float" />
<param index="1" name="target_index_count" type="int" default="3" />
Expand Down

0 comments on commit b467afe

Please sign in to comment.