Fix some Gizmo functions drawing an obsolete vertex object instead of nothing
When provided with an empty Enumerable: Lines(), LineTriangles() & SolidTriangles() would reuse & draw the vertex object of the previous frame instead of nothing.
They now correctly draw nothing if an empty Enumerable passed.