Use NULL instead of 0

This commit is contained in:
LagoLunatic
2024-04-23 14:04:42 -04:00
parent 1e32c0a197
commit 12e1b800ad
16 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void JFWDisplay::ctor_subroutine(const _GXRenderModeObj* mode, bool enableAlpha)
mpRenderMode = mode != 0 ? mode : JUTVideo::getManager()->getRenderMode();
mGamma = 0;
mpFader = 0;
mpFader = NULL;
mFrameRate = 1;
mTickRate = 0;
mCombinationRatio = 0.0f;