mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
Bug fixes
- Fixed issue where animation would not evaluate the clip percentage correctly - Fixed pawn race selection drop down not updating - Fixed issue that was stopping animations with floating points in integer fields from loading
This commit is contained in:
parent
bb2cc29393
commit
270c4cf55b
105 changed files with 166 additions and 166 deletions
|
@ -20,7 +20,7 @@ namespace RimWorldAnimationStudio
|
|||
protected override void OnEnable()
|
||||
{
|
||||
raceSelectDropdown.ClearOptions();
|
||||
raceSelectDropdown.AddOptions(PawnRaceDefs.allDefs.Select(x => x.defName).ToList());
|
||||
raceSelectDropdown.AddOptions(DefaultTags.defNames.Concat(CustomTags.defNames).ToList());
|
||||
|
||||
base.OnEnable();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue