Minor comment fix

This commit is contained in:
mushgunAX 2023-01-08 21:39:48 +08:00
parent 4123e76a7d
commit 7dbd0b93b3
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ namespace SHADE
static void SaveBindings(std::string const& targetFile = "../../Assets/Bindings.SHConfig") noexcept;
//Load and register bindings from a file
//The current list of bindings will be overwritten, so save them somewhere else before loading
//If specified file exists, the current list of bindings will be overwritten, so save them somewhere else before loading
static void LoadBindings(std::string const& sourceFile = "../../Assets/Bindings.SHConfig") noexcept;
/*------------------------------------------------------------------------*/