Skip to content

Commit

Permalink
Minor KSH reading change
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewol committed Oct 24, 2017
1 parent 1c6aed0 commit f3a3937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Beatmap/src/KShootMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ bool KShootMap::Init(BinaryStream& input, bool metadataOnly)
{
if(line.empty())
{
break;
continue;
}

lineNumber++;
Expand Down

1 comment on commit f3a3937

@Drewol
Copy link
Owner Author

@Drewol Drewol commented on f3a3937 Oct 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dan9er correct. I don't see why the reader should stop just because it hit an empty line.

Please sign in to comment.