NaN checks for volume (from arc)
This commit is contained in:
@@ -79,6 +79,7 @@ public class LAssembler{
|
||||
if(Double.isNaN(value)){
|
||||
return putVar(symbol);
|
||||
}else{
|
||||
if(Double.isInfinite(value)) value = 0.0;
|
||||
//this creates a hidden const variable with the specified value
|
||||
return putConst("___" + value, value);
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ org.gradle.caching=true
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
android.enableR8.fullMode=false
|
||||
archash=071fdffaf2
|
||||
archash=6af1f6a2f9
|
||||
|
||||
Reference in New Issue
Block a user