mirror of https://github.com/PrimeDecomp/prime.git
parent
2b0a843ec8
commit
6c47edb61e
|
@ -603,7 +603,7 @@ LIBS = [
|
|||
["Kyoto/Particles/CParticleGlobals", True],
|
||||
"Kyoto/Particles/CParticleSwoosh",
|
||||
"Kyoto/Particles/CParticleSwooshDataFactory",
|
||||
["Kyoto/Particles/CRealElement", False],
|
||||
["Kyoto/Particles/CRealElement", True],
|
||||
"Kyoto/Particles/CSpawnSystemKeyframeData",
|
||||
"Kyoto/Particles/CUVElement",
|
||||
"Kyoto/Particles/CVectorElement",
|
||||
|
|
|
@ -542,7 +542,7 @@ KYOTO_1 :=\
|
|||
$(BUILD_DIR)/src/Kyoto/Particles/CParticleGlobals.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Particles/CParticleSwoosh.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/CUVElement.o\
|
||||
$(BUILD_DIR)/asm/Kyoto/Particles/CVectorElement.o\
|
||||
|
|
|
@ -534,7 +534,7 @@ CREIntTimesReal::~CREIntTimesReal() {
|
|||
|
||||
bool CREIntTimesReal::GetValue(int frame, float& valOut) const {
|
||||
int a = 0;
|
||||
float b = 0.f;
|
||||
float b = 1.f;
|
||||
x8_b->GetValue(frame, b);
|
||||
x4_a->GetValue(frame, a);
|
||||
valOut = b * static_cast< float >(a);
|
||||
|
|
Loading…
Reference in New Issue