bladecoder / bladecoder-adventure-engine

Classic point and click adventure game engine and editor
Apache License 2.0
601 stars 66 forks source link

Fixed EditActionDialog not showing values for any input #15

Closed Arcnor closed 9 years ago

Arcnor commented 9 years ago

Also fixed random bugs with String.replaceAll() (String is not mutable, so replaceAll never modifies the variable)