DRG-Femboy-Voice/Source/FSDEngine/Private/SDFSmoothingProperties.cpp
2025-04-15 12:39:31 -07:00

7 lines
162 B
C++
Executable file

#include "SDFSmoothingProperties.h"
FSDFSmoothingProperties::FSDFSmoothingProperties() {
this->SmoothingDist = 0.00f;
this->SmoothingEnabled = false;
}