mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Fix inconsistent override warning.
This commit is contained in:
parent
accd8458c8
commit
69af01b0c6
@ -33,7 +33,7 @@ public:
|
||||
|
||||
protected:
|
||||
Ref<VoxelChunk> _create_chunk(int x, int y, int z, Ref<VoxelChunk> p_chunk);
|
||||
void _set_voxel_with_tool(const bool mode_add, const Vector3 hit_position, const Vector3 hit_normal, const int selected_voxel, const int isolevel) override;
|
||||
void _set_voxel_with_tool(const bool mode_add, const Vector3 hit_position, const Vector3 hit_normal, const int selected_voxel, const int isolevel);
|
||||
|
||||
static void _bind_methods();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user