gl_draw is a stupid name
This commit is contained in:
parent
7d3eea3c7e
commit
9db36bc4c3
|
@ -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