bruvzg / gdsdecomp

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

copy-paste ninja fix to missing end line problem #4

Closed whoozle closed 5 years ago

whoozle commented 5 years ago

Sorry, this fix is questionable quality. On other hand it seems to fix last line problem could be found in some scripts.

At first I was thinking of adding NEWLINE token to the end of the token vector, but it seems that this newline could be different between versions and it's requiring moving enum to header.

bruvzg commented 5 years ago

Seems OK, Thanks!

Note: CI build failure is caused by regression in Godot source (see https://github.com/godotengine/godot/pull/29118).