ANDROID: Use nullptr where appropriate

This commit is contained in:
Le Philousophe 2021-11-06 13:04:25 +01:00 committed by Paweł Kołodziejski
parent 8321056107
commit 40a036ac0b
2 changed files with 6 additions and 7 deletions

View file

@ -48,7 +48,7 @@
#include "backends/platform/android/touchcontrols.h"
TouchControls::TouchControls() :
_arrows_texture(NULL),
_arrows_texture(nullptr),
_screen_width(0),
_screen_height(0) {
}