mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-03 17:05:50 +00:00
fix
This commit is contained in:
@@ -680,8 +680,8 @@ SetAccount::doApply()
|
|||||||
(oldScale * stateCount) + (newScale * stateCount);
|
(oldScale * stateCount) + (newScale * stateCount);
|
||||||
|
|
||||||
// sanity check
|
// sanity check
|
||||||
// if stateCount == 0, then newOwnerCount == oldOwnerCount
|
if (newOwnerCount < oldOwnerCount)
|
||||||
assert(newOwnerCount >= oldOwnerCount);
|
return tecINTERNAL;
|
||||||
|
|
||||||
if (newOwnerCount != oldOwnerCount)
|
if (newOwnerCount != oldOwnerCount)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user