Replaced NULL with nullptr.
This commit is contained in:
parent
e1d3eff587
commit
b3b094fc91
81 changed files with 512 additions and 512 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <memory>
|
||||
|
||||
|
||||
const sf::Font* Effect::s_font = NULL;
|
||||
const sf::Font* Effect::s_font = nullptr;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
// "Pixelate" fragment shader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue