This commit is contained in:
lopezloo 2023-02-09 06:47:06 +01:00
parent 56a6dddd70
commit d2663f6ede
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@
</div> </div>
<ul class="bottom-links ui"> <ul class="bottom-links ui">
<li>Press I to show/hide interface</li> <li>Press I to toggle interface</li>
<li>|</li> <li>|</li>
<li> <li>
<a href="https://github.com/GTAmodding/modelviewjs" id="source-link" target="blank" rel="noopener">Source code</a> <a href="https://github.com/GTAmodding/modelviewjs" id="source-link" target="blank" rel="noopener">Source code</a>

View File

@ -376,7 +376,7 @@ processVehicle(clump)
f.name.endsWith("_vlo")) f.name.endsWith("_vlo"))
a.visible = false; a.visible = false;
if(f.name === "wheel") { if(!wheel && f.name.startsWith("wheel")) {
wheel = a; wheel = a;
} }