bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.44k stars 142 forks source link

call _ensure_space before "is " token #5

Closed whoozle closed 5 years ago

whoozle commented 5 years ago

occasionally decompiled code looks like if eventis InputEventKey:, but original code looks like if event is InputEventKey:

This commit fixes missing space before is keyword

bruvzg commented 5 years ago

Thanks!

whoozle commented 5 years ago

np! thanks for your work!