Skip to content

Commit

Permalink
Rasky confirmed ia16 tlut works for copy mode, cool
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 10, 2024
1 parent 60416e7 commit 7fe981c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/sm64/sm64_f3d_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def modifyDLForHUD(data):


def exportTexRectCommon(texProp, name, convertTextureData):
use_copy_mode = texProp.tlut_mode == "G_TT_RGBA16" or texProp.tex_format == "RGBA16"
use_copy_mode = texProp.is_ci or texProp.tex_format == "RGBA16"

defaults = create_or_get_world(bpy.context.scene).rdp_defaults

Expand Down

0 comments on commit 7fe981c

Please sign in to comment.