Skip to content

Commit

Permalink
修复由抗锯齿引入的模糊和接缝问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LaneSun committed Mar 8, 2024
1 parent 6e08c5a commit 070c6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sekai/sekai_control.gsm.gd
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func _init(ptarget = null) -> void:
_custom_target = ptarget
y_sort_enabled = true
if texture_filter == CanvasItem.TEXTURE_FILTER_PARENT_NODE:
texture_filter = CanvasItem.TEXTURE_FILTER_NEAREST_WITH_MIPMAPS_ANISOTROPIC
texture_filter = CanvasItem.TEXTURE_FILTER_NEAREST_WITH_MIPMAPS
context = _make_context()

func _ready() -> void:
Expand Down

0 comments on commit 070c6d4

Please sign in to comment.