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

@@ -452,7 +452,7 @@ namespace
}
shader->SetFlags(flags);
shader->SetPersistent(false, false);
shader->SetPersistent(false);
return shader.release();
}