Pathfinder
Pathfinder copied to clipboard
Pathfinder-Core/src/io.c::pathfinder_deserialize_csv() reads first line as data
This line in io.c pathfinder_deserialize_csv()
if (line_n == 0) { } // Do nothing, first line specifies the headers
looks like it should contain a 'continue;' so it skips the first line of the file.