Skip to content

Commit

Permalink
Revert "issue #4"
Browse files Browse the repository at this point in the history
This reverts commit 3853580.
  • Loading branch information
Chikaosolu Amaechi committed Jul 22, 2023
1 parent 3853580 commit edb153b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 250 deletions.
249 changes: 0 additions & 249 deletions src/README.md

This file was deleted.

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 edb153b

Please sign in to comment.