Skip to content

Commit

Permalink
Fix for 2d bounds in interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed May 19, 2024
1 parent ea5bb64 commit 3d08d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ watch(() => configStore.worldConfig.VIEW_MODE, () => {
<td></td>
<td>x</td>
<td>y</td>
<td>z</td>
<td v-if="worldConfig.VIEW_MODE === '3d'">z</td>
</tr>
<tr>
<td>min</td>
Expand Down

0 comments on commit 3d08d34

Please sign in to comment.