Feature/tech debt (#199)
* Added an icon for building the exe * Technical debt
This commit is contained in:
parent
d92e9e7602
commit
f694145cd9
26 changed files with 76 additions and 112 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
namespace API.Comparators
|
||||
{
|
||||
public class ChapterSortComparer : IComparer<float>
|
||||
public class ChapterSortComparer : IComparer<double>
|
||||
{
|
||||
public int Compare(float x, float y)
|
||||
public int Compare(double x, double y)
|
||||
{
|
||||
if (x == 0.0 && y == 0.0) return 0;
|
||||
// if x is 0, it comes second
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue