Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit f9c5e2b

Browse files
committed
Merge branch 'development' into 4zk-content
# Conflicts: # Base.rte/Activities/MetaFight.lua
2 parents 2d33ac8 + aec7967 commit f9c5e2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Base.rte/Activities/MetaFight.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,7 @@ function MetaFight:UpdateActivity()
976976
self:DisableAIs(false, Activity.NOTEAM);
977977
self:InitAIs()
978978
-- Reset the mouse value and pathfinding so it'll know about the newly placed stuff
979-
-- TODO: Find out if this needs to be fixed
980-
--UInputMan:SetMouseValueMagnitude(0);
979+
UInputMan:SetMouseValueMagnitude(0, -1);
981980
SceneMan.Scene:ResetPathFinding();
982981
-- Start the in-game music track
983982
AudioMan:ClearMusicQueue();

0 commit comments

Comments
 (0)