azul3d / engine

Azul3D - A 3D game engine written in Go!
https://azul3d.org
Other
615 stars 52 forks source link

Check len 0, not for nil #162

Closed nathanielc closed 8 years ago

nathanielc commented 8 years ago

This allows for an empty list, nil or not to be passed without causing errors.

slimsag commented 8 years ago

Nice, thanks!