13 lines
344 B
C++
Executable file
13 lines
344 B
C++
Executable file
#include "TwoFacetDynamicIcon.h"
|
|
|
|
void UTwoFacetDynamicIcon::UpdatePreview() {
|
|
}
|
|
|
|
UTwoFacetDynamicIcon::UTwoFacetDynamicIcon() {
|
|
this->Primary1Texture_BasePoint = 0.00f;
|
|
this->Primary1Texture_Contrast = 0.00f;
|
|
this->Primary2Texture_BasePoint = 0.00f;
|
|
this->Primary2Texture_Contrast = 0.00f;
|
|
this->PreviewInstance = NULL;
|
|
}
|
|
|