Skip to content

Commit

Permalink
Minor docs updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-LaCroix committed Jun 2, 2024
1 parent 7225537 commit 5aff34b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Noble.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ local configuration = Utilities.copy(defaultConfiguration)
-- }
-- )
-- @see NobleScene
-- @see Noble.Transition
-- @see Noble.transition
-- @see setConfig
-- @see NobleScene.init
function Noble.new(StartingScene, __launcherTransitionDuration, __launcherTransition, __launcherTransitionProperties, __configuration, __sceneProperties)
Expand Down Expand Up @@ -241,7 +241,6 @@ local queuedScene = nil
-- @see Noble.isTransitioning
-- @see NobleScene
-- @see Noble.Transition
-- @see Noble.Transition.defaultProperties
function Noble.transition(NewScene, __duration, __transition, __transitionProperties, __sceneProperties)
if (isTransitioning) then
-- This bonk no longer throws an error (compared to previous versions of Noble Engine), but maybe it still should?
Expand Down

0 comments on commit 5aff34b

Please sign in to comment.