Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Parmer authored and Jack Parmer committed Jun 19, 2024
1 parent bc6afdb commit 838e7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
{name = "JP", email = "[email protected]"}
]
description = "Delicious Voxel worlds in Python"
version = "0.0.4"
version = "0.0.5"
readme = "README.md"
requires-python = ">=3.7"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/voxel_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self,
color_matrix=None,
transparency_matrix=None,
specularity_matrix=None,
singleton = False,
singleton = None,
singleton_color = (180, 100, 100)):

self.size = voxel_matrix.shape[0]
Expand Down

0 comments on commit 838e7ad

Please sign in to comment.