mirror of
https://gitgud.io/AbstractConcept/rimworld-animation-studio.git
synced 2024-08-15 00:43:27 +00:00
Code refactor
This commit is contained in:
parent
a55ba7b95b
commit
5ca7e486f8
243 changed files with 1065 additions and 625 deletions
|
@ -204,7 +204,7 @@ namespace RimWorldAnimationStudio
|
|||
public void ToggleAnimationPreview()
|
||||
{
|
||||
if (Workspace.animationDef == null) return;
|
||||
Workspace.isAnimating = !Workspace.isAnimating;
|
||||
Workspace.IsAnimating = !Workspace.IsAnimating;
|
||||
}
|
||||
|
||||
public void AddKeyframe()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue