2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 05:47:43 +00:00

More mesh cooking bug fixes

This commit is contained in:
Jack Andersen
2015-10-03 19:08:24 -10:00
parent 051e16fdee
commit f78aa15980
6 changed files with 43 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ def readpipeline():
retval += ch
def writepipeline(linebytes):
print('LINE', linebytes)
#print('LINE', linebytes)
os.write(writefd, linebytes + b'\n')
def writepipebuf(linebytes):