rename namespaces to match code style

This commit is contained in:
Skarn
2021-12-13 01:01:05 +03:00
parent 7ec40c53ba
commit ec8caddc33
661 changed files with 2596 additions and 2595 deletions

View File

@@ -17,7 +17,7 @@
TextureSet::TextureSet (MapChunk* chunk, BlizzardArchive::ClientFile* f, size_t base, MapTile* tile
, bool use_big_alphamaps, bool do_not_fix_alpha_map, bool do_not_convert_alphamaps
, noggit::NoggitRenderContext context)
, Noggit::NoggitRenderContext context)
: nTextures(chunk->header.nLayers)
, _do_not_convert_alphamaps(do_not_convert_alphamaps)
, _context(context)