From c8e3c97357e0e3b551ef52e549717ba4efaffb8b Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 22 Jul 2010 22:47:48 +0000 Subject: *** empty log message *** --- html/examples/viewGL.wlua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/examples/viewGL.wlua') diff --git a/html/examples/viewGL.wlua b/html/examples/viewGL.wlua index f5ce58a..a5b2ebb 100644 --- a/html/examples/viewGL.wlua +++ b/html/examples/viewGL.wlua @@ -71,6 +71,6 @@ dlg = iup.dialog{cnv; title="LuaGL/IUP/IM Loader"} dlg:show() cnv.rastersize = nil -- reset minimum limitation -if (not iup.MainLoopLevel or iup.MainLoopLevel()==0) then +if (iup.MainLoopLevel()==0) then iup.MainLoop() end -- cgit v1.2.3