1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 18:59:09 +00:00

Change Huru 'nullptr' to NULL in plMipmap.cpp

This commit is contained in:
rarified
2019-11-21 14:48:53 -07:00
parent 3a62c231d2
commit 73895318e9

View File

@ -584,7 +584,7 @@ void plMipmap::IWriteJPEGImage( hsStream *stream )
void plMipmap::IReadPNGImage(hsStream* stream)
{
plMipmap* temp = nullptr;
plMipmap* temp = NULL;
temp = plPNG::Instance().ReadFromStream(stream);