Skip to content

Commit 33df86a

Browse files
yikes!
haven't tested cuz this will probably work
1 parent bf1c054 commit 33df86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/loading.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub fn load_level(
131131
obj_id_whar
132132
};
133133

134-
if true {
134+
if !parts[1].is_empty() {
135135
obj_grid.push(ObjectStruct {
136136
y: xyrid[0].parse::<i32>().unwrap(),
137137
x: xyrid[1].parse::<i32>().unwrap(),

0 commit comments

Comments
 (0)