mirror of
https://github.com/pyalot/webgl-heatmap.git
synced 2025-12-08 20:13:00 +00:00
update to lib
This commit is contained in:
parent
8874855b42
commit
ad1a99a339
@ -438,7 +438,7 @@ textureFloatShims = ->
|
||||
else if a.score > b.score then -1
|
||||
|
||||
if result.length == 0
|
||||
if throws
|
||||
if spec.throws
|
||||
throw 'No floating point texture support that is ' + spec.require.join(', ')
|
||||
else
|
||||
return null
|
||||
|
||||
@ -419,7 +419,7 @@
|
||||
}
|
||||
});
|
||||
if (result.length === 0) {
|
||||
if (throws) {
|
||||
if (spec.throws) {
|
||||
throw 'No floating point texture support that is ' + spec.require.join(', ');
|
||||
} else {
|
||||
return null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user