Fixed vehicle license plates rendering

This commit is contained in:
dexy
2019-01-11 20:40:13 +11:00
Unverified
parent 8dafe56db0
commit f3c7538d78
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -543,9 +543,11 @@ namespace CodeWalker.Rendering
switch (ihash)
{
case MetaName.DiffuseSampler:
case MetaName.PlateBgSampler:
texture = itex;
break;
case MetaName.BumpSampler:
case MetaName.PlateBgBumpSampler:
bumptex = itex;
break;
case MetaName.SpecSampler: