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

7 lines
140 B
C++
Executable file

#include "SDFModulateLayer.h"
FSDFModulateLayer::FSDFModulateLayer() {
this->ModulateDistance = 0.00f;
this->SDFOffset = 0.00f;
}