Replace NULL with nullptr
This commit is contained in:
@ -273,7 +273,7 @@ class DisplayServerWindows : public DisplayServer {
|
||||
|
||||
WNDCLASSEXW wc;
|
||||
|
||||
HCURSOR cursors[CURSOR_MAX] = { NULL };
|
||||
HCURSOR cursors[CURSOR_MAX] = { nullptr };
|
||||
CursorShape cursor_shape;
|
||||
Map<CursorShape, Vector<Variant>> cursors_cache;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user