Bolt-Scripts / MHR-InGame-ModMenu-API

A user-friendly IMGUI inspired API for drawing in-game settings menus for REF mods in MHRise
13 stars 4 forks source link

Update README.md #9

Closed greydust closed 2 years ago

greydust commented 2 years ago

optionMessages is not optional. It'll trigger an exception in WrapTextTable if let nil.

Bolt-Scripts commented 2 years ago

Nice catch, that function wasnt tested for null input and didn't really think about it. But I think it makes more sense to fix that function rather than change the docs so I've pushed some fixes there and I will close this