Skip to content

Commit 019efad

Browse files
committed
fix walls
1 parent 58fd002 commit 019efad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44
[project]
55
name = "py_bsor"
6-
version = "0.9.6"
6+
version = "0.9.8"
77
authors = [
88
{ name="Carsten Schipmann", email="theschippi+gh@gmail.com" },
99
]

src/bsor/Bsor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def make_wall(f) -> Wall:
295295
w.energy = decode_float(f)
296296
w.time = decode_float(f)
297297
w.spawnTime = decode_float(f)
298-
return Wall
298+
return w
299299

300300
class Height:
301301
height: float

0 commit comments

Comments
 (0)