mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-17 07:21:43 +00:00
Remove un-needed constants and switch to parsing name by null character.
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
|
||||
using namespace IW4;
|
||||
|
||||
namespace
|
||||
{
|
||||
constexpr auto MAX_LMAP_USAGE = 512;
|
||||
};
|
||||
|
||||
LightDefAssetCreationState::LightDefAssetCreationState()
|
||||
: m_lmap_pixels_used_for_falloff(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user