General pass for code cleanup

This commit is contained in:
Alexander Bock
2024-03-08 00:36:54 +01:00
parent 2ed6907cf1
commit fff6f8a627
145 changed files with 432 additions and 463 deletions
@@ -220,7 +220,7 @@ void MemoryAwareTileCache::TextureContainer::reset() {
ghoul::opengl::Texture::FilterMode::Linear :
ghoul::opengl::Texture::FilterMode::AnisotropicMipMap;
for (size_t i = 0; i < _numTextures; ++i) {
for (size_t i = 0; i < _numTextures; i++) {
using namespace ghoul::opengl;
std::unique_ptr<Texture> tex = std::make_unique<Texture>(