Skip to content

Plug up some holes with lib_cvRegisterVar

SteelT requested to merge registervar-sanity into next

Fixes few issues found with the Lua version of CV_RegisterVar and adds measurements to prevent such things.

  • Error if a consvar is set to an empty string
  • Error if a consvar is not given a defaultvalue (fixes #441 (closed))

Merge request reports