From 8d6090e6077ea4003d8e90437361c25aab77ac47 Mon Sep 17 00:00:00 2001 From: Lukas Werling Date: Tue, 27 Mar 2018 19:18:06 +0200 Subject: [PATCH] Fix documentation of OverlayType Bit 3 (C4MatOv_Monochrome) was removed in fc5c38468 ("Material: Remove color field, use textures as is", 2009), but was still mentioned in the documentation. --- docs/sdk/material/ocm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/material/ocm.xml b/docs/sdk/material/ocm.xml index f85616798..1a07c6c89 100644 --- a/docs/sdk/material/ocm.xml +++ b/docs/sdk/material/ocm.xml @@ -206,7 +206,7 @@ OverlayType Integer - Bit mask for texture calculation on this material. Bit 0 (1): exact (no zoom), bit 1 (2): no texture, bit 2 (4): extra large zoom, bit 3 (8): calculate texture based on gray scale. + Bit mask for texture calculation on this material. Bit 0 (1): exact (no zoom), bit 1 (2): no texture, bit 2 (4): extra large zoom PXSGfx