esrille / escudo

The Escudo Web Browser
Apache License 2.0
68 stars 13 forks source link

Use vector for storing textures to be deleted #69

Closed Constellation closed 11 years ago

Constellation commented 11 years ago

src/Test.util.h (deleteTexture) : Use vector instead of C array

Using std::vector removes MaxTexturesToDelete limitation and makes code clear.

ShikiOkasaka commented 11 years ago

Thanks!