Fix compile error (nw)

This commit is contained in:
Brandon Munger 2016-03-23 14:44:41 -04:00
parent 173dcfaaa5
commit 1ac041cd69

View File

@ -10,6 +10,7 @@
//============================================================
#include "valueuniform.h"
#include <cstring>
bgfx_value_uniform::bgfx_value_uniform(bgfx_uniform* uniform, float* values, const int count)
: bgfx_entry_uniform(uniform)