Added static, maps, and data folders to build files, fixed crash for AssetViewer tool

This commit is contained in:
2020-03-23 17:32:16 -05:00
parent 87fcc3a05c
commit cb7b3d4883
5 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
const int MAX_LIGHTS = 4;
const int MAX_LIGHTS = 2;
struct Light {
float end;