X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Ftheme.lua;h=349d33b865fa7ebbfae90179ab8d05235cd363e9;hb=5e9f3fe04e04a7c53a8e64106797e14e44fe9024;hp=e098a2c711dfc90b144a31abe4b22ab833d38a71;hpb=efeea7571ab45c6a846208f0554153de549d1711;p=nageru diff --git a/nageru/theme.lua b/nageru/theme.lua index e098a2c..349d33b 100644 --- a/nageru/theme.lua +++ b/nageru/theme.lua @@ -110,9 +110,6 @@ local static_scene = Scene.new(16, 9) static_scene:add_input(static_image) -- Note: Locks this input to images only. static_scene:finalize() --- Set some global state. -Nageru.set_num_channels(4) -- Can only be called at the start of the program. - -- Set some global state. Unless marked otherwise, these can only be set once, -- at the start of the program. Nageru.set_num_channels(4)