7 lines
143 B
C++
Executable file
7 lines
143 B
C++
Executable file
#include "Curve2DAppearance.h"
|
|
|
|
FCurve2DAppearance::FCurve2DAppearance() {
|
|
this->Thickness = 0.00f;
|
|
this->OutlineThickness = 0.00f;
|
|
}
|
|
|