diff --git a/library/modules/Textures.cpp b/library/modules/Textures.cpp index 31575dca0..48bc71e3c 100644 --- a/library/modules/Textures.cpp +++ b/library/modules/Textures.cpp @@ -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)();