Region editor
This commit is contained in:
@@ -11,7 +11,7 @@ class Grid:
|
||||
def draw(self):
|
||||
if not self.enabled:
|
||||
return
|
||||
center = [0, 0, 0]
|
||||
center = [0.01,0.01,0.01]
|
||||
halfWidth = self.cellWidth * self.lines // 2
|
||||
halfHeight = self.cellHeight * self.lines // 2
|
||||
# Draw origin axes
|
||||
|
||||
Reference in New Issue
Block a user