1
0
Fork 0

WS30: Fix errors on AMD

This commit is contained in:
Stuart Buchanan 2021-11-07 18:08:49 +00:00
parent ffe8738065
commit 851f47f576

View file

@ -736,7 +736,7 @@ void get_landclass_id(in vec2 tile_coord,
// Landclass source type: 0=texture, 1=random squares
// Controls are defined at global scope. const int landclass_source
const float ts = landclass_texel_size_m;
float ts = landclass_texel_size_m;
vec2 sz = tile_size;
// Number of unique neighbors found