mirror of
https://github.com/ApfelTeeSaft/lightspeed64.git
synced 2026-09-03 12:23:40 +00:00
Fixed bug with unterminated display list.
This commit is contained in:
@@ -211,7 +211,8 @@ def saveStaticModel(fModel, obj, transformMatrix, ownerName, DLFormat, convertTe
|
||||
|
||||
if revertMatAtEnd:
|
||||
revertMatAndEndDraw(fMeshGroup.mesh.draw, [])
|
||||
#fMeshGroup.mesh.draw.commands.append(SPEndDisplayList())
|
||||
else:
|
||||
fMeshGroup.mesh.draw.commands.append(SPEndDisplayList())
|
||||
return fMeshGroup
|
||||
|
||||
def addCullCommand(obj, fMesh, transformMatrix):
|
||||
|
||||
Reference in New Issue
Block a user