Closed mysticfall closed 2 years ago
This PR fixes a problem with converting numeric literals with a decimal point (e.g. "1.5").
With the current master, converting API wrappers for Babylon.js fails due to a NumberFormatException caused by trying to parse lines such as below:
NumberFormatException
static readonly _DefaultIndexOfRefraction = 1.5;
Summary
This PR fixes a problem with converting numeric literals with a decimal point (e.g. "1.5").
With the current master, converting API wrappers for Babylon.js fails due to a
NumberFormatException
caused by trying to parse lines such as below:Related Issue
487