Skip to content

Commit

Permalink
Test for todo commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyomoto committed Jun 6, 2021
1 parent 3cef349 commit 9ca7b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FAST.yyp
Expand Up @@ -272,7 +272,7 @@
{"CopyToMask":-1,"filePath":"datafiles/test/cases","resourceVersion":"1.0","name":"test_args.txt","resourceType":"GMIncludedFile",},
],
"MetaData": {
"IDEVersion": "2.3.1.542",
"IDEVersion": "2.3.2.560",
},
"resourceVersion": "1.4",
"name": "FAST",
Expand Down
2 changes: 2 additions & 0 deletions scripts/StringFormatter/StringFormatter.gml
@@ -1,4 +1,6 @@
/// @ func StringFormatter
// @todo Update StringFormatter to 2.5 conventions
// @body Still requires updating
function StringFormatter() constructor {
static format = function( _string ) {
if ( not is_string( _string ) ) { return; }
Expand Down

0 comments on commit 9ca7b8f

Please sign in to comment.