From 403e59a0b0f1e054181eb212b89ed020d82a02e5 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 11 Jun 2022 20:06:18 +0300 Subject: All Raylib colors. --- examples/lightmap/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/lightmap') diff --git a/examples/lightmap/main.lua b/examples/lightmap/main.lua index eb81d96..8a0406f 100644 --- a/examples/lightmap/main.lua +++ b/examples/lightmap/main.lua @@ -21,7 +21,7 @@ function init() camera = RL_CreateCamera3D() RL_SetCamera3DPosition( camera, { 0, 8, 16 } ) RL_SetCamera3DTarget( camera, { 0, 0, 0 } ) - RL_SetCamera3DUp( camera, { 0, 2, 0 } ) + RL_SetCamera3DUp( camera, { 0, 1, 0 } ) RL_SetCamera3DMode( camera, CAMERA_FREE ) local ts = PLANE_SIZE -- cgit v1.2.3