mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 02:53:15 +02:00
fix warning
This commit is contained in:
parent
be8994f3a3
commit
4ae3360f83
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ template<typename Enum> inline PropertyFlags<Enum> PropertyFlags<Enum>::operator
|
|||
}
|
||||
|
||||
template<typename Enum> inline void PropertyFlags<Enum>::shinkIfNeeded() {
|
||||
bool maxFlagWas = _maxFlag;
|
||||
int maxFlagWas = _maxFlag;
|
||||
while (_maxFlag >= 0) {
|
||||
if (_flags.testBit(_maxFlag)) {
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue