From eb70c36938d87b03263e5e3033190ed57220419c Mon Sep 17 00:00:00 2001 From: Patrick Dulebohn <40325124+DoobesURU@users.noreply.github.com> Date: Sun, 16 Jul 2023 04:34:29 -0400 Subject: [PATCH] Update korman/exporter/material.py Fix line of code per Hoikas' suggestion Co-authored-by: Adam Johnson --- korman/exporter/material.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/exporter/material.py b/korman/exporter/material.py index a606e91..95b3e97 100644 --- a/korman/exporter/material.py +++ b/korman/exporter/material.py @@ -721,7 +721,7 @@ class MaterialConverter: # to a big "finalize" save step to prevent races. The texture cache would # prevent that as well, so we could theoretically slice-and-dice the single # image here... but... meh. Offloading taim. - self.export_prepared_image(texture=texture, owner=layer, indent=3, + self.export_prepared_image(texture=texture, owner=layer alpha_type=TextureAlpha.opaque, mipmap=True, allowed_formats={"DDS"}, is_cube_map=True, tag="cubemap")