Skip to content

[GDNative] fix NativeScript false negative error

Created by: karroffel

When a NativeScript gets inspected in the script view an error gets reported. The line and col are uninitialized int values.

This fixes that error reporting.

Merge request reports