Make irrArray backed by std::vector (#101)

This commit is contained in:
paradust7
2022-05-21 14:56:36 -07:00
committed by GitHub
parent 593103a261
commit 3e81f38098
10 changed files with 147 additions and 426 deletions

View File

@ -363,7 +363,7 @@ namespace video
SMaterial Material, LastMaterial;
core::array<core::plane3df> UserClipPlane;
core::array<bool> UserClipPlaneEnabled;
std::vector<bool> UserClipPlaneEnabled;
core::stringc VendorName;