From 7aa4ea75a6e032fa4fefebadebc2145ef81a8b85 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Mon, 4 Aug 2025 12:48:22 -0500 Subject: [PATCH] typofix --- Engine/source/postFx/postEffect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/postFx/postEffect.cpp b/Engine/source/postFx/postEffect.cpp index 0ac10a879..fa5f1fa39 100644 --- a/Engine/source/postFx/postEffect.cpp +++ b/Engine/source/postFx/postEffect.cpp @@ -538,7 +538,7 @@ void PostEffect::initPersistFields() addField( "targetScale", TypePoint2F, Offset( mTargetScale, PostEffect ), "If targetSize is zero this is used to set a relative size from the current target." ); - addField("mipCap", TypePoint2F, Offset(mMipCap, PostEffect), + addField("mipCap", TypeS32, Offset(mMipCap, PostEffect), "generate up to this many mips. 0 = all, 1 = none, >1 = as specified max."); //todo: de-stupid addField( "targetSize", TypePoint2I, Offset( mTargetSize, PostEffect ),