PenguinToast / PenguinGUI

RMGUI library for Starbound lua canvases
Apache License 2.0
18 stars 0 forks source link

Glad Giraffe - Conversion error #3

Closed iUltimateLP closed 8 years ago

iUltimateLP commented 8 years ago

Hi, pretty nice what you did with PenguinGUI, but theres one error in Glad Giraffe: If I try to create a button, a label or something else, I get

Error: Exception while invoking lua function 'update'. (LuaException) Error code 2, [string "/objects/testobject/penguingui.lua"]:137: (LuaConversionException) Error converting LuaValue to type 'class Star::Maybe<class Star::Color>'

So it seems like that the old color things don't work that way in Glad Giraffe. I try to investigate that myself..

iUltimateLP commented 8 years ago

I opened a pull request where I fixed those !

PenguinToast commented 8 years ago

Merged. Thanks!