adjust adopt region reset step

develop
shevernitskiy 2023-08-27 22:28:03 +03:00
parent c1945f7b54
commit 6c5163af9e
1 changed files with 1 additions and 1 deletions

@ -178,7 +178,7 @@ struct tracking_stage_adopt_region : df::viewscreen_adopt_regionst {
DEFINE_VMETHOD_INTERPOSE(void, logic, ()) {
if (this->m_cur_step != this->cur_step) {
this->m_cur_step = this->cur_step;
if (this->m_cur_step == 2)
if (this->m_cur_step == 1)
reset_texpos();
}
INTERPOSE_NEXT(logic)();