Skip to content

Commit ed7f3d1

Browse files
committed
Update Body.Update.cpp
1 parent 5d22020 commit ed7f3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ext/Techno/Body.Update.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2188,7 +2188,7 @@ void TechnoExt::ExtData::UpdateLastTargetCrd()
21882188
else
21892189
{
21902190
if (!pTimer->IsTicking())
2191-
pTimer->Start(15);
2191+
pTimer->Start(45);
21922192

21932193
if (pTimer->Completed())
21942194
{

0 commit comments

Comments
 (0)