Remove Nz::String and Nz::StringStream
This commit is contained in:
@@ -177,7 +177,7 @@ namespace Nz
|
||||
SoundBufferRef buffer = SoundBuffer::LoadFromMemory(data, size, params);
|
||||
if (!buffer)
|
||||
{
|
||||
NazaraError("Failed to load buffer from memory (" + String::Pointer(data) + ')');
|
||||
NazaraError("Failed to load buffer from memory (" + PointerToString(data) + ')');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user