mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-30 23:30:27 +02:00
Make irrArray backed by std::vector (#101)
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user