21-deferred: Fixed uniform leak.

This commit is contained in:
Бранимир Караџић 2021-10-28 18:43:09 -07:00
parent 8f4c22e57a
commit b2d13fc3b8

View File

@ -418,6 +418,7 @@ public:
bgfx::destroy(s_depth);
bgfx::destroy(s_light);
bgfx::destroy(u_layer);
bgfx::destroy(u_lightPosRadius);
bgfx::destroy(u_lightRgbInnerR);
bgfx::destroy(u_mtx);