From 02f1fccb14fc45e4343da04286145ead3fa75932 Mon Sep 17 00:00:00 2001 From: Garux Date: Mon, 31 Oct 2022 23:41:11 +0300 Subject: [PATCH] have some default light intensity --- radiant/entity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiant/entity.cpp b/radiant/entity.cpp index e8ff6239..40be6e26 100644 --- a/radiant/entity.cpp +++ b/radiant/entity.cpp @@ -375,7 +375,7 @@ AABB Doom3Light_getBounds( const AABB& workzone ){ } -int g_iLastLightIntensity; +int g_iLastLightIntensity = 300; void Entity_createFromSelection( const char* name, const Vector3& origin ){ #if 0