mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Simplified usages
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Microsoft.Iris.Render.Common
|
||||
--this.m_cUsers;
|
||||
if (this.m_cUsers != 0)
|
||||
return;
|
||||
this.m_uLastUsage = ResourceTracker.s_uNextUsage++;
|
||||
this.m_uLastUsage = s_uNextUsage++;
|
||||
this.NotifyUsageChange(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user