fixes to examples
This commit is contained in:
parent
7ca36d1285
commit
ef91af804b
4 changed files with 9 additions and 9 deletions
|
@ -123,7 +123,7 @@ def camera_test():
|
|||
rl.BeginMode3D(cam[0])
|
||||
|
||||
# NOTE(pebaz): For whatever reason, this can solve a percentage of artifacts
|
||||
rl.DrawGizmo([100000000, 100000000, 100000000])
|
||||
#rl.DrawGizmo([100000000, 100000000, 100000000])
|
||||
|
||||
rl.DrawGrid(32, 1)
|
||||
|
||||
|
|
Reference in a new issue