mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 14:27:41 +00:00
@@ -603,7 +603,7 @@ LIBS = [
|
|||||||
["Kyoto/Particles/CParticleGlobals", True],
|
["Kyoto/Particles/CParticleGlobals", True],
|
||||||
"Kyoto/Particles/CParticleSwoosh",
|
"Kyoto/Particles/CParticleSwoosh",
|
||||||
"Kyoto/Particles/CParticleSwooshDataFactory",
|
"Kyoto/Particles/CParticleSwooshDataFactory",
|
||||||
["Kyoto/Particles/CRealElement", False],
|
["Kyoto/Particles/CRealElement", True],
|
||||||
"Kyoto/Particles/CSpawnSystemKeyframeData",
|
"Kyoto/Particles/CSpawnSystemKeyframeData",
|
||||||
"Kyoto/Particles/CUVElement",
|
"Kyoto/Particles/CUVElement",
|
||||||
"Kyoto/Particles/CVectorElement",
|
"Kyoto/Particles/CVectorElement",
|
||||||
|
|||||||
@@ -542,7 +542,7 @@ KYOTO_1 :=\
|
|||||||
$(BUILD_DIR)/src/Kyoto/Particles/CParticleGlobals.o\
|
$(BUILD_DIR)/src/Kyoto/Particles/CParticleGlobals.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Particles/CParticleSwoosh.o\
|
$(BUILD_DIR)/asm/Kyoto/Particles/CParticleSwoosh.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Particles/CParticleSwooshDataFactory.o\
|
$(BUILD_DIR)/asm/Kyoto/Particles/CParticleSwooshDataFactory.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Particles/CRealElement.o\
|
$(BUILD_DIR)/src/Kyoto/Particles/CRealElement.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Particles/CSpawnSystemKeyframeData.o\
|
$(BUILD_DIR)/asm/Kyoto/Particles/CSpawnSystemKeyframeData.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Particles/CUVElement.o\
|
$(BUILD_DIR)/asm/Kyoto/Particles/CUVElement.o\
|
||||||
$(BUILD_DIR)/asm/Kyoto/Particles/CVectorElement.o\
|
$(BUILD_DIR)/asm/Kyoto/Particles/CVectorElement.o\
|
||||||
|
|||||||
@@ -534,7 +534,7 @@ CREIntTimesReal::~CREIntTimesReal() {
|
|||||||
|
|
||||||
bool CREIntTimesReal::GetValue(int frame, float& valOut) const {
|
bool CREIntTimesReal::GetValue(int frame, float& valOut) const {
|
||||||
int a = 0;
|
int a = 0;
|
||||||
float b = 0.f;
|
float b = 1.f;
|
||||||
x8_b->GetValue(frame, b);
|
x8_b->GetValue(frame, b);
|
||||||
x4_a->GetValue(frame, a);
|
x4_a->GetValue(frame, a);
|
||||||
valOut = b * static_cast< float >(a);
|
valOut = b * static_cast< float >(a);
|
||||||
|
|||||||
Reference in New Issue
Block a user