diff --git a/simplegl/simplegl.py b/simplegl/simplegl.py index dfb3c77..ffa5232 100644 --- a/simplegl/simplegl.py +++ b/simplegl/simplegl.py @@ -108,7 +108,7 @@ def __init__(self): self.t = 0 # texture - self.texId = glutils.loadTexture('test.png') + self.texId = glutils.loadTexture('star.png') # show circle? self.showCircle = False