summaryrefslogtreecommitdiff
path: root/examples/ReiLuaGui_examples/calculator.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ReiLuaGui_examples/calculator.lua')
-rw-r--r--examples/ReiLuaGui_examples/calculator.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ReiLuaGui_examples/calculator.lua b/examples/ReiLuaGui_examples/calculator.lua
index 964763e..8ebf0b6 100644
--- a/examples/ReiLuaGui_examples/calculator.lua
+++ b/examples/ReiLuaGui_examples/calculator.lua
@@ -32,7 +32,7 @@ function Calculator:new( pos )
VAling = Gui.ALING.CENTER,
color = Color:new( RL.LIGHTGRAY ),
} ) )
-
+
object.handle:add( Gui.texture:new( {
bounds = object.handle.bounds:clone(),
texture = borderTexture,