forked from MagicBane/Server
Blend cleanup
This commit is contained in:
@@ -208,9 +208,9 @@ public class Terrain {
|
||||
|
||||
float value;
|
||||
|
||||
if (normalizedLoc.x <= 1 - xval || normalizedLoc.y <= 1 - yval) {
|
||||
if (normalizedLoc.x <= 1 - xval || normalizedLoc.x <= normalizedLoc.y) {
|
||||
|
||||
if (normalizedLoc.x < 1 - xval)
|
||||
if (normalizedLoc.y < 1 - yval)
|
||||
return 1;
|
||||
|
||||
value = (normalizedLoc.y - (1 - yval)) / yval;
|
||||
|
||||
Reference in New Issue
Block a user