diff --git a/fgd/csm.fgd b/fgd/csm.fgd index fe0d06b..9bd35f7 100644 --- a/fgd/csm.fgd +++ b/fgd/csm.fgd @@ -22,7 +22,7 @@ input Enable(void) : "Turn on the texture" input Disable(void) : "Turn off the texture" input EnableShadows(bool) : "Turn off the shadows" - input SpotlightTexture(string) : "Change texture" + input Texture(string) : "Change texture" input LightColor(color255) : "Set the light color." input SetAngles(string) : "Set the sun direction." ] \ No newline at end of file