Changed some error messages

This commit is contained in:
n00b87
2025-08-04 16:50:40 -05:00
parent 3a217d9438
commit ea9a92d9ed
6 changed files with 231 additions and 230 deletions

View File

@@ -330,7 +330,7 @@ bool rc_windowOpenEx(std::string title, int x, int y, int w, int h, uint32_t win
if (!device)
{
std::cout << "WindowOpen Error: Failed to Create Renderer" << std::endl;
std::cout << "OpenWindow Error: Failed to Create Renderer" << std::endl;
return false;
}