Mark light quarter circle texture as unused

This commit is contained in:
Arceveti
2021-10-06 18:32:34 -07:00
parent 3a0caecb22
commit d40e89cbeb

View File

@@ -2556,7 +2556,7 @@ ALIGNED8 static const Texture texture_shadow_quarter_square[] = {
};
#endif
ALIGNED8 static const Texture texture_radial_light[] = {
UNUSED ALIGNED8 static const Texture texture_radial_light[] = {
#include "textures/segment2/light_quarter_circle.ia16.inc.c"
};