review refactor

develop
shevernitskiy 2023-09-10 11:17:24 +03:00
parent 770402a292
commit 25cc778fce
1 changed files with 1 additions and 3 deletions

@ -40,9 +40,7 @@ struct ReservedRange {
long get_new_texpos() {
if (this->current == this->end)
return -1;
current = this->current;
this->current++;
return current;
return this->current++;
}
static const int32_t size = 10000; // size of reserved texpos buffer