mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Minor fixes.
This commit is contained in:
@ -205,7 +205,7 @@ bool plCubicRenderTargetModifier::MsgReceive( plMessage* msg )
|
||||
for (int i = 0; i < 6; i++)
|
||||
{
|
||||
delete fRequests[i];
|
||||
fRequests[i] = nil;
|
||||
fRequests[i] = nullptr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -204,7 +204,7 @@ uint32_t *plTextGenerator::IAllocateOSSurface( uint16_t width, uint16_t hei
|
||||
|
||||
return (uint32_t *)fWinRGBBits;
|
||||
#else
|
||||
return 0;
|
||||
return nullptr;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user