diff options
| author | jussi | 2024-05-10 11:02:31 +0300 |
|---|---|---|
| committer | jussi | 2024-05-10 11:02:31 +0300 |
| commit | b3980ae2a5d6beae75462e5204fc97841ec62aff (patch) | |
| tree | d60f0497bd49a4b6b13d63671a1e0968272d997e /examples/2D_lights/main.lua | |
| parent | 1980aebdc32392f4975f6d1f8ecd9050f27e475f (diff) | |
| download | reilua-enhanced-b3980ae2a5d6beae75462e5204fc97841ec62aff.tar.gz reilua-enhanced-b3980ae2a5d6beae75462e5204fc97841ec62aff.tar.bz2 reilua-enhanced-b3980ae2a5d6beae75462e5204fc97841ec62aff.zip | |
GetMeshData.
Diffstat (limited to 'examples/2D_lights/main.lua')
| -rw-r--r-- | examples/2D_lights/main.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/2D_lights/main.lua b/examples/2D_lights/main.lua index 6a5fd81..6b00627 100644 --- a/examples/2D_lights/main.lua +++ b/examples/2D_lights/main.lua @@ -32,10 +32,6 @@ local shadowMesh = nil local lights = {} local camera = nil -- 3D camera for shadow rendering. -local kissa = Color:new( 255, 255, 255 ) - -print( "Kissa", kissa ) - -- Init. local function addLight( pos, color, radius ) |
