Changed Resource::SetPersistent default argument
Former-commit-id: 803534a0216d85f96e6f6f7810e5e76ebcc8bb44
This commit is contained in:
@@ -23,7 +23,7 @@ namespace
|
||||
NazaraUnused(parameters);
|
||||
|
||||
std::unique_ptr<NzTexture> texture(new NzTexture);
|
||||
texture->SetPersistent(false, false);
|
||||
texture->SetPersistent(false);
|
||||
|
||||
if (!texture->LoadFromStream(stream))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user