Skip to content

Commit

Permalink
Merge pull request #21 from techno-dwarf-works/feature/clean-up
Browse files Browse the repository at this point in the history
Version 0.1.14
  • Loading branch information
OpOpYaDev committed May 22, 2024
1 parent 38fee07 commit d6df0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Runtime/Modules/StackOverflowModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ protected void Lock()
public void Unlock()
{
IsLocked = false;
Depth = 0;
}

protected internal override bool AllowChangeState(IStateMachine<TState> stateMachine, TState state)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tdw.better.statemachine",
"displayName": "Better State Machine",
"version": "0.1.13",
"version": "0.1.14",
"unity": "2021.3",
"description": " ",
"dependencies": {
Expand Down

0 comments on commit d6df0c1

Please sign in to comment.