slages / love-imgui

imgui module for the LÖVE game engine
MIT License
321 stars 61 forks source link

Attempt to index a string value (imgui.Render()) #5

Closed egordorichev closed 7 years ago

egordorichev commented 7 years ago

Hello!

I compiled lib from sources and installed it. Then I copied first exaple code. Love 2d says:

Error Attempt to index a string value

Traceback [C]: In function 'Render' main.lua:29: in function 'draw' [C]: in function 'xpcall'

Please, fix that.

Thanks.

egordorichev commented 7 years ago

Installing latest love2d fixed the issue.