mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Embrace nullptr over NULL and 0
This commit is contained in:
@ -75,7 +75,7 @@ private:
|
||||
GLenum m_target;
|
||||
GLuint m_buffer_name;
|
||||
size_t m_buffer_size;
|
||||
GLsync m_fence = 0;
|
||||
GLsync m_fence = nullptr;
|
||||
};
|
||||
|
||||
class OGLFramebuffer final : public AbstractFramebuffer
|
||||
|
Reference in New Issue
Block a user