mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 21:18:07 +00:00
refactor: replace NULL with nullptr across C++ codebase
Excludes vendored C libs (zlib, Miles, DirectXMath, boost, Iggy).
This commit is contained in:
@@ -16,7 +16,7 @@ void FileTexturePack::unload(Textures* textures) {
|
||||
InputStream* FileTexturePack::getResourceImplementation(
|
||||
const std::wstring& name) // throws IOException
|
||||
{
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
bool FileTexturePack::hasFile(const std::wstring& name) {
|
||||
|
||||
Reference in New Issue
Block a user