Experimental compressonator compile fix

This commit is contained in:
baldurk
2020-07-13 20:54:48 +01:00
parent 00580031fc
commit cf867816ab
+1 -1
View File
@@ -1156,7 +1156,7 @@ void GetProjectedIndex(
CGV_IMAGE img_diff = image_max-image_min;
if (img_diff == 0.0f) return;
if (isnan(img_diff)) return;
if (std::isnan(img_diff)) return;
image_s = (clusters-1)/img_diff;