From 8408add75f38e16402ee3c1c4d64bbae0f85e309 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sat, 9 Apr 2016 20:48:35 +0300 Subject: [PATCH] afaef --- Applications/MultiScreen/MultiScreen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/MultiScreen/MultiScreen.lua b/Applications/MultiScreen/MultiScreen.lua index be74fb5b..ed98abce 100644 --- a/Applications/MultiScreen/MultiScreen.lua +++ b/Applications/MultiScreen/MultiScreen.lua @@ -355,9 +355,9 @@ end -------------------------------------------------------------------------------------------------------------------------------------------- local args = {...} -loadConfig() if args[1] == "draw" and args[2] then + loadConfig() multiScreen.clear(0x000000) drawBigImageFromOCIFRawFile(1, 1, args[2]) elseif args[1] == "calibrate" then