Skip to content

Commit

Permalink
Minor bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mitchell committed Jun 4, 2017
1 parent eeb2e30 commit 263a917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion b3dm.py
Expand Up @@ -68,7 +68,6 @@ def writeHeader(self, gltf_bin, num_feature_features, num_batch_features):
output.extend(struct.pack('<I', len_feature_bin))
output.extend(struct.pack('<I', len_batch_json))
output.extend(struct.pack('<I', len_batch_bin))
output.extend(struct.pack('<I', num_features))

# Sanity check
if (len(output) != B3DM_HEADER_LEN):
Expand Down
1 change: 1 addition & 0 deletions featuretable.py
Expand Up @@ -9,6 +9,7 @@

import struct
import json
from batchtable import BatchTable

class FeatureTable(BatchTable):
def __init__(self):
Expand Down

0 comments on commit 263a917

Please sign in to comment.