Move const to anonymous namespace.

This commit is contained in:
njohnson
2026-05-16 09:54:25 +02: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;
namespace
{
constexpr auto MAX_LMAP_USAGE = 512;
};
LightDefAssetCreationState::LightDefAssetCreationState()
: m_lmap_pixels_used_for_falloff(0)
{
@@ -6,8 +6,6 @@
namespace IW3
{
constexpr auto MAX_LMAP_USAGE = 512;
class LightDefAssetCreationState : public IZoneAssetCreationState
{
public: