Fixes for some Lua bugs

This commit is contained in:
ghassanpl 2016-08-06 16:58:48 +02:00
parent d5f5f0a930
commit 4960e6b6d7
20 changed files with 413 additions and 103 deletions

View file

@ -42,9 +42,9 @@ while not WindowShouldClose() do -- Detect window close button or ESC
Begin3dMode(camera)
DrawModel(dwarf, position, 2.0f, WHITE) -- Draw 3d model with texture
DrawModel(dwarf, position, 2.0, WHITE) -- Draw 3d model with texture
DrawGrid(10, 1.0f) -- Draw a grid
DrawGrid(10, 1.0) -- Draw a grid
DrawGizmo(position) -- Draw gizmo