Changed Resource::SetPersistent default argument

Former-commit-id: 803534a0216d85f96e6f6f7810e5e76ebcc8bb44
This commit is contained in:
Lynix
2013-03-24 01:07:01 +01:00
parent b5d73ce389
commit 5dd2d0d6a7
5 changed files with 11 additions and 9 deletions

View File

@@ -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))
{