标签: python pyglet
当我调用blit_into()时,像这样:
something.blit_into(some_texture, x, y, 0)
我收到此错误:
ctypes.ArgumentError: argument 3: <class 'TypeError'>: wrong type
为什么会这样?