Skip to content

Commit

Permalink
removed .inline, added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
honzi committed Oct 28, 2024
1 parent e1ad8f4 commit 3987129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ hr{
border: 4px solid #444;
margin: 0;
}
.inline{
display: inline-block;
}
input[type=number],
input[type=range],
input[type=text]{
Expand Down
2 changes: 1 addition & 1 deletion js/webgl.js
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ function webgl_controls_mouse(id){
}
const controls = webgl_characters[id]['controls'];
if(controls.length === 0){
return
return;
}

if(core_mouse['pointerlock-state']
Expand Down

0 comments on commit 3987129

Please sign in to comment.