修复合并导致的bug
This commit is contained in:
@@ -125,8 +125,3 @@ public class HeatMapController : MonoBehaviour
|
||||
}
|
||||
}
|
||||
|
||||
float Map(float value, float minSource, float maxSource, float minTarget, float maxTarget)
|
||||
{
|
||||
return minTarget + (value - minSource) * (maxTarget - minTarget) / (maxSource - minSource);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user