Skip to content

Commit

Permalink
Update renderer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
N3RDIUM authored Aug 13, 2022
1 parent d71afb3 commit 3d25a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

glfw.init()

STEP = 256
STEP = 4096

class TerrainRenderer:
def __init__(self, window, mode=GL_TRIANGLES):
Expand Down

0 comments on commit 3d25a60

Please sign in to comment.