diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-06 13:13:15 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-06 13:13:15 -0400 |
| commit | b20c17f5a45b229edcefb66815ec602ade7dd84b (patch) | |
| tree | 5a4a4712ef902eb648a2eeac86b0440b9bed318e /source/WindowsFormsApplication1/Engine | |
| parent | 62b4af3c2b4cf2b61fbb1626be5b3927b43f0f5b (diff) | |
| download | shiftos-c--b20c17f5a45b229edcefb66815ec602ade7dd84b.tar.gz shiftos-c--b20c17f5a45b229edcefb66815ec602ade7dd84b.tar.bz2 shiftos-c--b20c17f5a45b229edcefb66815ec602ade7dd84b.zip | |
Fix AppVeyor builds
Diffstat (limited to 'source/WindowsFormsApplication1/Engine')
| -rw-r--r-- | source/WindowsFormsApplication1/Engine/Lua_Interp.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Engine/Lua_Interp.cs b/source/WindowsFormsApplication1/Engine/Lua_Interp.cs index bb76c77..4192acf 100644 --- a/source/WindowsFormsApplication1/Engine/Lua_Interp.cs +++ b/source/WindowsFormsApplication1/Engine/Lua_Interp.cs @@ -156,7 +156,7 @@ namespace ShiftOS { mod(func + $"(\"{API.OpenGUIDs[win]}\")"); }; - }); + }); mod.on_window_titlebar_redraw += new Action<ShiftOSDesktop, string>((desktop, func) => { desktop.TitlebarReset += (win) => |
