mirror of
https://github.com/overte-org/overte.git
synced 2025-06-16 10:00:20 +02:00
remove commented code
This commit is contained in:
parent
c17c9f1818
commit
f011d5c7f7
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ void testPropertyFlags(uint32_t value) {
|
||||||
original.setHasProperty((EntityPropertyList)i);
|
original.setHasProperty((EntityPropertyList)i);
|
||||||
}
|
}
|
||||||
QByteArray encoded = original.encode();
|
QByteArray encoded = original.encode();
|
||||||
// auto originalSize = encoded.size();
|
|
||||||
for (size_t i = 0; i < enumSize; ++i) {
|
for (size_t i = 0; i < enumSize; ++i) {
|
||||||
encoded.append(qrand());
|
encoded.append(qrand());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue