Skip to content

Commit

Permalink
Fix OoT UI showing in SM64 #286
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis002 authored Jan 9, 2024
1 parent fbb249f commit 3eed0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fast64_internal/oot/cutscene/motion/panels.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from bpy.types import Panel
from bpy.utils import register_class, unregister_class
from ....panels import OOT_Panel
from .properties import CutsceneCmdCameraShotProperty, CutsceneCmdCameraShotPointProperty


class OOT_CSMotionCameraShotPanel(Panel):
class OOT_CSMotionCameraShotPanel(OOT_Panel):
bl_label = "Cutscene Motion Camera Shot Controls"
bl_idname = "OOT_PT_camera_shot_panel"
bl_space_type = "PROPERTIES"
Expand Down

0 comments on commit 3eed0ee

Please sign in to comment.