Cambiados NULL por nullptr

This commit is contained in:
2022-09-25 21:22:59 +02:00
parent 6637ba9f10
commit 6493b73f4f
9 changed files with 34 additions and 30 deletions

View File

@@ -50,7 +50,7 @@ bool Input::checkInput(Uint8 input, bool repeat, int device, int index)
if ((device == INPUT_USE_KEYBOARD) || (device == INPUT_USE_ANY))
{
const Uint8 *mKeystates = SDL_GetKeyboardState(NULL);
const Uint8 *mKeystates = SDL_GetKeyboardState(nullptr);
if (repeat)
{