Skip to content

Commit

Permalink
Merge pull request #51 from WSUCEG-7140/revert-22-#4
Browse files Browse the repository at this point in the history
Revert "Resolved Issue #4"
  • Loading branch information
Chikaosolu Amaechi committed Jul 22, 2023
2 parents e62b401 + 019ceb7 commit 940b29e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ python server.py [HOST [PORT]]
### Controls
- WASD to move forward, left, backward, right.
- Ctrl + W to sprint.
- Space to jump.
- Left Click to destroy a block.
- Right Click or Cmd + Left Click to create a block.
Expand Down
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2509,7 +2509,6 @@ void handle_movement(double dt) {
State *s = &g->players->state;
int sz = 0;
int sx = 0;
int isRunning = 0;
if (!g->typing) {
float m = dt * 1.0;
g->ortho = glfwGetKey(g->window, CRAFT_KEY_ORTHO) ? 64 : 0;
Expand Down

0 comments on commit 940b29e

Please sign in to comment.