YaLTeR / SourcePauseTool

This was once just a plugin to prevent game unpausing.
Other
87 stars 23 forks source link

Fix some more mesh bugs #312

Closed UncraftedName closed 1 year ago

UncraftedName commented 1 year ago

There was a bug in AddArrow3D because of an implicit constructor causing arrows to explode sometimes.

Shapes used to not be drawn or it was undefined behavior if their size was negative (e.g. a sphere with a negative radius), but now the behavior should be consistent and well defined for all shapes.

lipsanen commented 1 year ago

tyvm