aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Texture.h')
-rw-r--r--Minecraft.Client/Texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Texture.h b/Minecraft.Client/Texture.h
index 09b7495e..5dcf2b48 100644
--- a/Minecraft.Client/Texture.h
+++ b/Minecraft.Client/Texture.h
@@ -59,7 +59,7 @@ private:
#ifdef __PS3__
ByteBuffer_IO *data[10];
#else
- ByteBuffer *data[10]; // Arrays for mipmaps - NULL if not used
+ ByteBuffer *data[10]; // Arrays for mipmaps - nullptr if not used
#endif
public: