Fix build.

This commit is contained in:
Relintai 2021-08-10 10:20:27 +02:00
parent 7c815f26b0
commit 8e9c865285

View File

@ -546,11 +546,7 @@ void PropInstanceMerger::_prop_preprocess(Transform transform, const Ref<PropDat
PropInstanceMerger::PropInstanceMerger() { PropInstanceMerger::PropInstanceMerger() {
_build_queued = false; _build_queued = false;
_building = false; _building = false;
#ifdef TEXTURE_PACKER_PRESENT
_merge_textures = true;
#endif
_first_lod_distance_squared = 20; _first_lod_distance_squared = 20;
_lod_reduction_distance_squared = 10; _lod_reduction_distance_squared = 10;
} }