QodotPlugin / Qodot

Quake .map support for Godot 4.2
MIT License
646 stars 53 forks source link

Fix Incorrect Function Call from FetchSurfaces to fetch_surfaces #127

Closed notmagu closed 11 months ago

notmagu commented 11 months ago

Fixed typo, function "FetchSurfaces" doesn't exist in core/qodot.gd.

I couldn't reproduce an error from running the worldspawn layers example map, so maybe that line doesn't get executed there. (I did first get a missing function error there after upgrading to Godot 4.2 and the latest plugin messed up the maps somehow).

RhapsodyInGeek commented 11 months ago

Looks good to me, thanks for the catch!