mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-07-31 21:50:18 +02:00
update error message when starting font editor with no arguments
This commit is contained in:
@@ -75,7 +75,7 @@ int main(int argc, char * argv[])
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::cerr << "path to font.cpp not supplied" << std::endl;
|
std::cerr << "path to font.bz2 not supplied" << std::endl;
|
||||||
Platform::Exit(1);
|
Platform::Exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user