From 049124ed212cb74bb42e466e08b819ec3df002c7 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 6 Apr 2022 04:06:20 -0400 Subject: [PATCH] - fix spacing in udmf-zdoom specs document --- specs/udmf_zdoom.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/udmf_zdoom.txt b/specs/udmf_zdoom.txt index 87b7797ab76..8218feeb132 100644 --- a/specs/udmf_zdoom.txt +++ b/specs/udmf_zdoom.txt @@ -212,7 +212,7 @@ Note: All fields default to false unless mentioned otherwise. uppercolor_bottom = ; // Material color of the top of the lower tier. lowercolor_bottom = ; // Material color of the bottom of the lower tier. (Hardware rendering only.) - useowncoloradd_top = ; // Controls where the advanced colorization properties are taken from. + useowncoloradd_top = ; // Controls where the advanced colorization properties are taken from. useowncoloradd_mid = ; // 0: From the containing sector, 1: from the given part of the linedef itself useowncoloradd_bottom = ; // Default for all 3 is 0. coloradd_top = ; // Additive material color to apply to top section of sidedef. Default is black (0x000000)