marcusHamilton / Oculus-3D-Visualization-Tool

A tool that allows the visualization of data from a .csv file in a 3D virtual space.
7 stars 4 forks source link

Deal with selectedPoints[] null error when array is empty #131

Closed skiskow closed 6 years ago

skiskow commented 6 years ago

When loading in a world you will currently get a null pointer error for selectedPoints[] if it is empty. And the inverse when trying to push an empty selectedPoints array.

seaboyern commented 6 years ago

fixed