From b3bd40c43db6321a03dc7014932b15f189d6c6f9 Mon Sep 17 00:00:00 2001 From: Joshua Sigona Date: Wed, 5 Jun 2019 16:58:04 +0900 Subject: [PATCH] Fix comments about song file writer "reading" instead of writing. --- .../Bandori/scripts/song_file_writer/song_file_writer.gml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GameMakerStudio2/Bandori/scripts/song_file_writer/song_file_writer.gml b/GameMakerStudio2/Bandori/scripts/song_file_writer/song_file_writer.gml index 6ee35ca..17ffc10 100644 --- a/GameMakerStudio2/Bandori/scripts/song_file_writer/song_file_writer.gml +++ b/GameMakerStudio2/Bandori/scripts/song_file_writer/song_file_writer.gml @@ -1,6 +1,6 @@ -/// @function song_file_reader(filename) -/// @description Reads a song file and creates the appropriate playfield for the song. -/// @param filename The file to read from. +/// @function song_file_writer(filename) +/// @description Writes data to a song file. +/// @param filename The file to write to. /* TITLE