mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Change Huru 'nullptr' to NULL in plMipmap.cpp
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user