VoxelWorldDefault will not update lods automatically for now.

This commit is contained in:
Relintai 2020-05-23 21:59:58 +02:00
parent dfa2b527e6
commit 7c93cc8f52
2 changed files with 3 additions and 2 deletions

View File

@ -134,6 +134,7 @@ VoxelWorldDefault::VoxelWorldDefault() {
VoxelWorldDefault ::~VoxelWorldDefault() {
}
/*
void VoxelWorldDefault::_notification(int p_what) {
VoxelWorld::_notification(p_what);
@ -160,7 +161,7 @@ void VoxelWorldDefault::_notification(int p_what) {
}
} break;
}
}
}*/
void VoxelWorldDefault::_bind_methods() {
ClassDB::bind_method(D_METHOD("_chunk_added", "chunk"), &VoxelWorldDefault::_chunk_added);

View File

@ -46,7 +46,7 @@ protected:
virtual void _chunk_added(Ref<VoxelChunk> chunk);
int _get_channel_index_info(const ChannelTypeInfo channel_type);
virtual void _notification(int p_what);
//virtual void _notification(int p_what);
static void _bind_methods();