From f0542046d8052d1d40939ad7ef6e9cbb50ae7491 Mon Sep 17 00:00:00 2001 From: yuanjiajia <1139393632@qq.com> Date: Fri, 18 Feb 2022 13:53:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E2=80=9Cprint.php?= =?UTF-8?q?=E2=80=9D=E3=80=81=E2=80=9C=E2=80=9D=E3=80=81=E2=80=9C=E2=80=9D?= =?UTF-8?q?=E4=B8=89=E4=B8=AA=E6=96=87=E4=BB=B6=EF=BC=8C=E2=80=9CImageSave?= =?UTF-8?q?rBase.php=E2=80=9D=E9=87=8D=E6=96=B0=E5=91=BD=E5=90=8D=E4=B8=BA?= =?UTF-8?q?=E2=80=9CImageSaver.php=E2=80=9D=EF=BC=8C=E5=B9=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=86=E5=85=B6=E5=86=85=E5=AE=B9=EF=BC=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E4=BA=86=E2=80=9CImageSaverBase.php=E2=80=9D=E7=B1=BB?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scene/BaseCfg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scene/BaseCfg.php b/src/scene/BaseCfg.php index 6e65881..74ae549 100644 --- a/src/scene/BaseCfg.php +++ b/src/scene/BaseCfg.php @@ -88,7 +88,7 @@ class BaseCfg extends Base { foreach(StringHelper::arrayToString($value) as $value) { - if( $name == 'imagepipelines' ) + if( $name == 'imagepipelines' && $className == 'film' ) { $value = sprintf("%03d", substr($value,0,strpos($value,'.'))).substr($value,strpos($value,'.')); $ret .= "{$className}.{$name}.{$value}\n";