fifengine / fifengine-editor-old

Other
4 stars 3 forks source link

Fixed crash caused by outdated meta key #26

Closed milandamen closed 7 years ago

milandamen commented 8 years ago

Whenever you pressed a key, the application froze. This was caused by a problem similar to #23 where a name was updated in fifengine but not in the editor code. Now keys should work (except the d key which crashes the application, I don't know a fix for this, as it does not give me a stacktrace).

For reference, the keys are located at fifengine/engine/core/eventchannel/key/ec_key.h.

LinuxDonald commented 7 years ago

@prock-fife can that merged?

LinuxDonald commented 7 years ago

thx for this :+1:

milandamen commented 7 years ago

No problem :) The fifengine editor is still very unstable, but at least it doesn't crash on keys (except d) any more.