Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for attempt to perform arithmetic on field 'wxMOD_RAW_CONTROL' (a nil value). #128

Closed
wants to merge 1 commit into from

Commits on Apr 14, 2013

  1. Bugfix for attempt to perform arithmetic on field 'wxMOD_RAW_CONTROL'…

    … (a nil value).
    
    Fix for:
    	Lua: Error while running chunk
    	src/editor/editor.lua:664: attempt to perform arithmetic on field 'wxMOD_RAW_CONTROL' (a nil value)
    	stack traceback:
    		src/editor/editor.lua:664: in function <src/editor/editor.lua:649>
    		[C]: in function 'MainLoop'
    		src/main.lua:442: in main chunk
    		[C]: ?
    
    which happens with 0.361 using Linux. This behaviour could also be present using Windows though unverified.
    samueldr committed Apr 14, 2013
    Copy the full SHA
    8c8a2d9 View commit details
    Browse the repository at this point in the history