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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user