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 <[email protected]>
  • Loading branch information
Jowan-Spooner and CakeVR authored Feb 27, 2024
1 parent 4b3ce43 commit 1ee7ae6
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 @@ -25,7 +25,7 @@ enum ClearFlags {
TIMLEINE_INFO_ONLY = 2 ## Doesn't clear subsystems but current timeline and index
}

## Reference to the timeline that is currently being executed.
## Reference to the currently executed timeline.
var current_timeline: DialogicTimeline = null
## Copy of the [member current_timeline]'s events.
var current_timeline_events: Array = []
Expand Down

0 comments on commit 1ee7ae6

Please sign in to comment.