Skip to content

Commit

Permalink
Fix override warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Nov 28, 2023
1 parent 4e99aac commit a54ce7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
submodules: recursive

- name: Android dependencies
- name: Setup Android Dependencies
if: startsWith(matrix.identifier, 'android-')
uses: nttld/setup-ndk@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: startsWith(matrix.identifier, 'windows-')
uses: ./.github/actions/windows-deps

- name: Setup Android dependencies
- name: Setup Android Dependencies
if: startsWith(matrix.identifier, 'android-')
uses: nttld/setup-ndk@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion src/terrain_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class Terrain3D : public Node3D {
// Baking methods
Ref<Mesh> bake_mesh(int p_lod, Terrain3DStorage::HeightFilter p_filter = Terrain3DStorage::HEIGHT_FILTER_NEAREST) const;

PackedStringArray _get_configuration_warnings() const;
PackedStringArray _get_configuration_warnings() const override;

protected:
void _notification(int p_what);
Expand Down

0 comments on commit a54ce7d

Please sign in to comment.