AlmostBearded / GodotDebugDraw

Adds support for debug drawing primitives to the Godot game engine.
MIT License
18 stars 6 forks source link

Change default value of duration from 0 to 0.0 in all draw function of this addons #11

Open ChristopheClaustre opened 1 month ago

ChristopheClaustre commented 1 month ago

Resolve a warning when your provide a float in the duration parameter. Also, according to the warning message, setting a default value of 0 was like giving the type hint "int" for this parameter and results in unwanted truncation when giving a float.