Fixed a typo

This commit is contained in:
W2.Wizard
2021-01-05 01:06:42 +01:00
parent d715c0c0dd
commit f7c17d96ce

View File

@@ -4,7 +4,7 @@
#define __LIGHTING__
#if !defined(USE_GBUFFER_CUSTOM_DATA)
#error "Canot calculate lighting without custom data in GBuffer. Define USE_GBUFFER_CUSTOM_DATA."
#error "Cannot calculate lighting without custom data in GBuffer. Define USE_GBUFFER_CUSTOM_DATA."
#endif
#include "./Flax/LightingCommon.hlsl"