REVIEWED: GenImageCellular() #2178
This commit is contained in:
parent
7d25480723
commit
ed1e1f35df
1 changed files with 2 additions and 2 deletions
|
@ -786,7 +786,7 @@ Image GenImageCellular(int width, int height, int tileSize)
|
|||
{
|
||||
int tileX = x/tileSize;
|
||||
|
||||
float minDistance = (float)strtod("Inf", NULL);
|
||||
float minDistance = 65536.0f; //(float)strtod("Inf", NULL);
|
||||
|
||||
// Check all adjacent tiles
|
||||
for (int i = -1; i < 2; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue