Update shaderc.cpp

Fix for crash in release mode when compiling a shader with incorrect input attributes.
This commit is contained in:
Nick Waanders 2019-01-16 13:27:35 -08:00
parent 6e8113d60d
commit cc08e0c662
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ namespace bgfx
"i_data2",
"i_data3",
"i_data4",
NULL
};
Options::Options()