mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed nameplats in spectator
This commit is contained in:
parent
88d9ca9181
commit
110834e859
|
@ -2222,6 +2222,9 @@ void render_game()
|
|||
}
|
||||
}
|
||||
|
||||
if(spectate)
|
||||
local_target_pos = mouse_pos;
|
||||
else
|
||||
local_target_pos = local_character_pos + mouse_pos;
|
||||
|
||||
// snap input
|
||||
|
|
Loading…
Reference in a new issue