Skip to content

Commit

Permalink
Update addons/dialogic/Core/DialogicGameHandler.gd
Browse files Browse the repository at this point in the history
Co-authored-by: Cake <65981767+CakeVR@users.noreply.github.com>
  • Loading branch information
Jowan-Spooner and CakeVR authored Feb 27, 2024
1 parent f7f886c commit 4b3ce43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/dialogic/Core/DialogicGameHandler.gd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enum States {
WAITING ## Dialogic is currently awaiting something.
}

## Flags indicating what to clear when calling [method clear]
## Flags indicating what to clear when calling [method clear].
enum ClearFlags {
FULL_CLEAR = 0, ## Clears all subsystems
KEEP_VARIABLES = 1, ## Clears all subsystems and info except for variables
Expand Down

0 comments on commit 4b3ce43

Please sign in to comment.