Render vehicle wheels

This commit is contained in:
dexyfex
2018-02-27 03:05:59 +11:00
Unverified
parent 9a81c0ea63
commit 38f4031da0
3 changed files with 67 additions and 22 deletions
+1 -1
View File
@@ -2028,7 +2028,7 @@ namespace CodeWalker.Rendering
var pch = pl1.Children.data_items[i];
if ((pch.Drawable1 != null) && (pch.Drawable1.AllModels.Length != 0))
{
//RenderDrawable(pch.Drawable1, arch, ent, -camera.Position, hash);
RenderDrawable(pch.Drawable1, arch, ent, txdhash);
}
}
}