GodotBigNumberClass icon indicating copy to clipboard operation
GodotBigNumberClass copied to clipboard

You may add the 'static' keyword on _typeCheck(n)

Open Overthr0w opened this issue 1 year ago • 1 comments

Line 276:Cannot call non-static function "_typeCheck()" from static function "minValue()". Line 284:Cannot call non-static function "_typeCheck()" from static function "maxValue()".

After adding the static keyword to _typeCheck(n), it worked without any issues

Overthr0w avatar Aug 07 '23 09:08 Overthr0w

#27 closes these issues

TehAwesomestKitteh avatar Jan 31 '24 03:01 TehAwesomestKitteh