Canviat stc per std dins de un puto define que el vsc passa de mirar si estan les coses ben escrites o no
This commit is contained in:
@@ -180,11 +180,11 @@ void Screen::setVideoMode(int videoMode)
|
||||
DM.refresh_rate = 60;
|
||||
if (!SDL_SetWindowDisplayMode(window, &DM))
|
||||
{
|
||||
stc::cout << SDL_GetError() << std::endl;
|
||||
std::cout << SDL_GetError() << std::endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
stc::cout << "Changed windows display mode" << std::endl;
|
||||
std::cout << "Changed windows display mode" << std::endl;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user