ANDROID: Use nullptr where appropriate
This commit is contained in:
parent
8321056107
commit
40a036ac0b
2 changed files with 6 additions and 7 deletions
|
@ -48,7 +48,7 @@
|
|||
#include "backends/platform/android/touchcontrols.h"
|
||||
|
||||
TouchControls::TouchControls() :
|
||||
_arrows_texture(NULL),
|
||||
_arrows_texture(nullptr),
|
||||
_screen_width(0),
|
||||
_screen_height(0) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue