Fixed wrong link in basic lighting example.

This commit is contained in:
jussi
2023-05-30 13:49:34 +03:00
parent e1cc1e9e27
commit 4e09bc7d61

View File

@@ -1,5 +1,5 @@
-- Based on raylib [shaders] example - basic lighting by Chris Camacho (@codifies) -- Based on raylib [shaders] example - basic lighting by Chris Camacho (@codifies)
-- https://github.com/TSnake41/raylib-lua/blob/master/examples/textures_bunnymark.lua -- https://github.com/raysan5/raylib/blob/master/examples/shaders/shaders_basic_lighting.c
package.path = package.path..";"..RL.GetBasePath().."../resources/lib/?.lua" package.path = package.path..";"..RL.GetBasePath().."../resources/lib/?.lua"