parent
07439715ce
commit
55a83b17fd
@ -26,7 +26,7 @@ class AnalyzeOperation(Operation):
|
|||||||
super(AnalyzeOperation, self).__init__(dimension, selection)
|
super(AnalyzeOperation, self).__init__(dimension, selection)
|
||||||
|
|
||||||
self.createSections = False
|
self.createSections = False
|
||||||
self.blocks = numpy.zeros(65536, dtype='uint32')
|
self.blocks = numpy.zeros(65536, dtype='uintp')
|
||||||
self.selection = selection
|
self.selection = selection
|
||||||
self.entityCounts = defaultdict(int)
|
self.entityCounts = defaultdict(int)
|
||||||
self.tileEntityCounts = defaultdict(int)
|
self.tileEntityCounts = defaultdict(int)
|
||||||
|
Reference in New Issue
Block a user