mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Start of PBR
This commit is contained in:
@@ -265,7 +265,7 @@ namespace GlitchyEngine.Content
|
||||
StringView strView = .(attribute.Name);
|
||||
|
||||
// Remove number from end of name
|
||||
while((*(strView.EndPtr - 1)).IsDigit)
|
||||
while((*(strView.EndPtr - 1)).IsDigit || (*(strView.EndPtr - 1)) == '_')
|
||||
{
|
||||
strView.Length--;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user