Skip to content

Commit

Permalink
Fix missing end tag for select-lods
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Jan 31, 2025
1 parent 0cb24a5 commit 5985b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hide/view/Model.hx
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ class Model extends FileView {
<select id="select-lods">
<option value="-1">None</option>
${[ for(idx in 0...hmd.lodCount()) '<option value="${idx}">LOD ${idx}</option>'].join("")}
<select>
</select>
</dd>
<dt>LOD Vertexes</dt><dd id="vertexes-count">-</dd>
<div class="lods-line">
Expand Down

0 comments on commit 5985b42

Please sign in to comment.