Skip to content

Commit

Permalink
diamter of reserverd fields is NAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jbanaszczyk committed Oct 25, 2018
1 parent 297b493 commit 48a3eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pms.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ namespace pmsx {
5.0f,
10.0f,

0.0f
NAN
};
return DIAMETERS[min(Ofset + index, static_cast<decltype(Ofset + index)>(_countof(DIAMETERS)))];
}
Expand Down

0 comments on commit 48a3eb7

Please sign in to comment.