From 1ff05b009f57a5d570d1dbf1908a480623dc75fa Mon Sep 17 00:00:00 2001 From: Sauraen Date: Thu, 30 Nov 2023 19:02:27 -0800 Subject: [PATCH] Hotfix to the hotfix --- fast64_internal/sm64/sm64_f3d_writer.py | 1 + fast64_internal/sm64/sm64_geolayout_writer.py | 1 + 2 files changed, 2 insertions(+) diff --git a/fast64_internal/sm64/sm64_f3d_writer.py b/fast64_internal/sm64/sm64_f3d_writer.py index 695e0e9..13026ec 100644 --- a/fast64_internal/sm64/sm64_f3d_writer.py +++ b/fast64_internal/sm64/sm64_f3d_writer.py @@ -16,6 +16,7 @@ from typing import Tuple, Union, Iterable from ..f3d.f3d_bleed import BleedGraphics from ..f3d.f3d_gbi import ( + get_F3D_GBI, GbiMacro, GfxTag, FMaterial, diff --git a/fast64_internal/sm64/sm64_geolayout_writer.py b/fast64_internal/sm64/sm64_geolayout_writer.py index d1981f6..bca8a6a 100644 --- a/fast64_internal/sm64/sm64_geolayout_writer.py +++ b/fast64_internal/sm64/sm64_geolayout_writer.py @@ -80,6 +80,7 @@ from ..f3d.f3d_writer import ( ) from ..f3d.f3d_gbi import ( + get_F3D_GBI, GfxList, GfxListTag, GfxMatWriteMethod,