hide NaN results
hide NaN results
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- nospacebar0
if (per == Math.NaN) {}
I'd suggest starting the alpha at zero and increasing it using:
if (per > 0) {
//increase alpha
}
if (per == Math.NaN) {}
I'd suggest starting the alpha at zero and increasing it using:
if (per > 0) {
//increase alpha
}