mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-17 00:46:58 +08:00
Fix for typing in textboxes when trying to move the camera in world view. Fixed debugging property exceptions in ResourceBaseTypes
This commit is contained in:
@@ -2030,6 +2030,14 @@ namespace CodeWalker.Rendering
|
||||
{
|
||||
RenderDrawable(pch.Drawable1, arch, ent, txdhash);
|
||||
}
|
||||
else
|
||||
{ }
|
||||
if ((pch.Drawable2 != null) && (pch.Drawable2.AllModels.Length != 0))
|
||||
{
|
||||
RenderDrawable(pch.Drawable2, arch, ent, txdhash);
|
||||
}
|
||||
else
|
||||
{ }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user