mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:54:32 +08:00
Fixed vehicle license plates rendering
This commit is contained in:
@@ -1534,6 +1534,8 @@ namespace CodeWalker.GameFiles
|
||||
if (entry.NameLower.StartsWith("vehiclelayouts") && entry.NameLower.EndsWith(".meta"))
|
||||
{
|
||||
var lf = RpfMan.GetFile<VehicleLayoutsFile>(entry);
|
||||
if (lf.Xml != null)
|
||||
{ }
|
||||
allVehicleLayouts.Add(lf);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user