Skip to content

Commit

Permalink
removed unused event arg from core_handle_pointerlockchange()
Browse files Browse the repository at this point in the history
  • Loading branch information
honzi committed Feb 2, 2025
1 parent e5f9287 commit 26a4716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function core_handle_mouseup(event){
}
}

function core_handle_pointerlockchange(event){
function core_handle_pointerlockchange(){
if(core_menu_open){
document.exitPointerLock();

Expand Down

0 comments on commit 26a4716

Please sign in to comment.