mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2024-11-21 21:32:58 +05:30
Fixed missing colon at fn define
This commit is contained in:
parent
cb96add3f2
commit
a2d4aaae11
@ -327,6 +327,7 @@ class GEOHeader:
|
||||
devil1geo.printheader(self.cstruct)
|
||||
pass
|
||||
|
||||
|
||||
class MEShHeader:
|
||||
def __init__(self, i, filedata):
|
||||
self.cstruct = ctypes.pointer(MeshHeader())
|
||||
@ -345,7 +346,7 @@ class MEShHeader:
|
||||
def getnumvertex(self):
|
||||
return self.cstruct.contents.numVertex
|
||||
|
||||
def getunknown(self)
|
||||
def getunknown(self):
|
||||
return hex(self.cstruct.contents.u)
|
||||
|
||||
def getoffsetbatches(self):
|
||||
|
Loading…
Reference in New Issue
Block a user