Simple fix, and honestly I should eliminate this whole thing and use one unified event system. Closes #1.
This commit is contained in:
parent
af3568154a
commit
265e53e05a
2 changed files with 11 additions and 12 deletions
|
@ -103,7 +103,6 @@ namespace gui {
|
|||
$rayview.update_level($level);
|
||||
$rayview.position_camera(player.x + 0.5, player.y + 0.5);
|
||||
|
||||
// BUG #57: I think this is in the wrong direction?
|
||||
player_position.aiming_at = $rayview.aiming_at;
|
||||
|
||||
$compass_dir = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue