Skip to content

Commit

Permalink
Fix for issue 339
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-git authored Feb 3, 2019
1 parent 2a1a0f5 commit 1bb7d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/as3hx/Compat.hx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class Compat {
#elseif java
return untyped __java__('Double.MAX_VALUE');
#elseif cpp
return 1.79769313486232e+308;
return 1.7976931348623158e+308;
#elseif python
return PythonSysAdapter.float_info.max;
#else
Expand Down Expand Up @@ -532,4 +532,4 @@ private class FlashRegExpExecResult {
}
}
}
#end
#end

0 comments on commit 1bb7d20

Please sign in to comment.