CS cleanup

This commit is contained in:
Dylan K. Taylor
2020-10-26 15:56:30 +00:00
parent 3f254bd49c
commit 4c0c2ebd24
7 changed files with 2 additions and 8 deletions

View File

@ -294,7 +294,6 @@ abstract class Noise{
}
}
/**
* The following code originally called trilinearLerp() in a loop, but it was later inlined to elide function
* call overhead.