This commit is contained in:
2025-06-04 10:47:12 -06:00
parent ec2c2b8a8f
commit c5a6467de7

View File

@ -529,7 +529,7 @@ ${post.content}`;
position -= 1.5;
setTrainPosition(position);
if (position < -20) {
if (position < -50) {
clearInterval(interval);
setIsTrainRunning(false);
}