Skip to content

Commit 35e4ec5

Browse files
committed
[BugFix][TestRun] replace glewInit
1 parent 4222996 commit 35e4ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/test_run_macos_pyside6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self) -> None:
4141
def initializeGL(self) -> None:
4242
# 将当前窗口作为 OpenGL 的上下文
4343
# 图形会被绘制到当前窗口
44-
live2d.glewInit()
44+
live2d.glInit()
4545

4646
# 创建模型
4747
self.model = live2d.LAppModel()

0 commit comments

Comments
 (0)