mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-01 01:38:14 +00:00
remve ascii escape
This commit is contained in:
@@ -28,6 +28,6 @@ RAY::Exception::WrongInputError::WrongInputError(const std::string &what):
|
||||
}
|
||||
|
||||
RAY::Exception::ResourceNotFound::ResourceNotFound(const std::string &path):
|
||||
RayError("\033[36m" + path + "\033[31m couldn't be loaded\033[0m")
|
||||
RayError(path + " couldn't be loaded")
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user