Properly camel-case FILESYSTEM_[un]mountassets()

They are now camel-cased to be consistent with the rest of the
filesystem functions.
This commit is contained in:
Misa
2021-04-03 12:48:47 -07:00
committed by Ethan Lee
parent 9c8ecdb0f4
commit a8a09a207f
5 changed files with 9 additions and 9 deletions

View File

@@ -409,7 +409,7 @@ int main(int argc, char *argv[])
{
ARG_INNER({
i++;
// Even if this is a directory, FILESYSTEM_mountassets() expects '.vvvvvv' on the end
// Even if this is a directory, FILESYSTEM_mountAssets() expects '.vvvvvv' on the end
playassets = "levels/" + std::string(argv[i]) + ".vvvvvv";
})
}