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