From f1219bdeef575d62aa3bf043ba1edba101ef5a6c Mon Sep 17 00:00:00 2001 From: celisej567 Date: Mon, 5 Sep 2022 21:57:45 +0300 Subject: [PATCH] Update csm.fgd changed SpotlightTexture input to Texture --- fgd/csm.fgd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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