Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/funkin/Conductor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ class Conductor

/**
* Can be called in-between frames, usually for input related things
* that can potentially get processed on exact milliseconds/timestmaps.
* that can potentially get processed on exact milliseconds/timestamps.
* If you need song position, use `Conductor.instance.songPosition` instead
* for use in update() related functions.
* @param soundToCheck Which FlxSound object to check, defaults to FlxG.sound.music if no input
Expand Down
2 changes: 1 addition & 1 deletion source/funkin/api/newgrounds/Medals.hx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ enum abstract Medal(Int) from Int to Int

/**
* That's How You Do It!
* Beat Tutoria l in Story Mode (on any difficulty).
* Beat Tutorial in Story Mode (on any difficulty).
*/
var StoryTutorial = #if FEATURE_NEWGROUNDS_TESTING_MEDALS 80906 #else 83647 #end;

Expand Down