2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-16 23:11:42 +00:00

Move const to anonymous namespace.

This commit is contained in:
njohnson
2026-05-10 22:57:14 -04:00
committed by Jan Laupetin
parent efbbc05626
commit 42ed9d8616
2 changed files with 5 additions and 2 deletions
@@ -4,6 +4,11 @@
using namespace IW3; using namespace IW3;
namespace
{
constexpr auto MAX_LMAP_USAGE = 512;
};
LightDefAssetCreationState::LightDefAssetCreationState() LightDefAssetCreationState::LightDefAssetCreationState()
: m_lmap_pixels_used_for_falloff(0) : m_lmap_pixels_used_for_falloff(0)
{ {
@@ -6,8 +6,6 @@
namespace IW3 namespace IW3
{ {
constexpr auto MAX_LMAP_USAGE = 512;
class LightDefAssetCreationState : public IZoneAssetCreationState class LightDefAssetCreationState : public IZoneAssetCreationState
{ {
public: public: