FadeInOut - added comment

This commit is contained in:
MrGadget1024 2023-03-22 09:12:53 -04:00
parent 1aedd8d7c0
commit 2d9a2c93a4

View File

@ -20,6 +20,7 @@ public class FadeInOut : MonoBehaviour
void Start()
{
// Convert user-friendly setting value to working value
step = stepRate * 0.001f;
}