Rename CPoseAsTransforms to CPoseTransformsVariableSize to match demo map

Former-commit-id: 7f3718337f
This commit is contained in:
Phillip Stephens 2022-10-11 22:16:08 -07:00
parent b08714313d
commit 38c863d304
3 changed files with 2 additions and 2 deletions

View File

@ -694,7 +694,7 @@ LIBS = [
"Kyoto/Particles/CSwooshDescription", "Kyoto/Particles/CSwooshDescription",
"Kyoto/Particles/CGenDescription", "Kyoto/Particles/CGenDescription",
"Kyoto/CPakFile", "Kyoto/CPakFile",
"Kyoto/Animation/CPoseAsTransforms", "Kyoto/Animation/CPoseAsTransformsVariableSize",
"Kyoto/Input/CRumbleVoice", "Kyoto/Input/CRumbleVoice",
["Kyoto/Input/RumbleAdsr", True], ["Kyoto/Input/RumbleAdsr", True],
"Kyoto/Input/CRumbleGenerator", "Kyoto/Input/CRumbleGenerator",

View File

@ -623,7 +623,7 @@ KYOTO_2 :=\
$(BUILD_DIR)/asm/Kyoto/Particles/CSwooshDescription.o\ $(BUILD_DIR)/asm/Kyoto/Particles/CSwooshDescription.o\
$(BUILD_DIR)/asm/Kyoto/Particles/CGenDescription.o\ $(BUILD_DIR)/asm/Kyoto/Particles/CGenDescription.o\
$(BUILD_DIR)/asm/Kyoto/CPakFile.o\ $(BUILD_DIR)/asm/Kyoto/CPakFile.o\
$(BUILD_DIR)/asm/Kyoto/Animation/CPoseAsTransforms.o\ $(BUILD_DIR)/asm/Kyoto/Animation/CPoseAsTransformsVariableSize.o\
$(BUILD_DIR)/asm/Kyoto/Input/CRumbleVoice.o\ $(BUILD_DIR)/asm/Kyoto/Input/CRumbleVoice.o\
$(BUILD_DIR)/src/Kyoto/Input/RumbleAdsr.o\ $(BUILD_DIR)/src/Kyoto/Input/RumbleAdsr.o\
$(BUILD_DIR)/asm/Kyoto/Input/CRumbleGenerator.o\ $(BUILD_DIR)/asm/Kyoto/Input/CRumbleGenerator.o\