gl_draw is a stupid name
This commit is contained in:
parent
a2cf694b60
commit
ba5ff60448
|
@ -78,7 +78,7 @@ class ModelParser:
|
||||||
line = line.rstrip()
|
line = line.rstrip()
|
||||||
self.parse_line(line)
|
self.parse_line(line)
|
||||||
|
|
||||||
def gl_draw(self):
|
def draw(self):
|
||||||
|
|
||||||
import OpenGL.GL as gl
|
import OpenGL.GL as gl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue