mirror of
https://github.com/4sval/FModel.git
synced 2026-04-21 09:07:45 -05:00
forgot to push
This commit is contained in:
parent
623656c702
commit
1449f78665
|
|
@ -1 +1 @@
|
|||
Subproject commit 7a9bc2ed204beb12e217e89fb90d5200e8fff04d
|
||||
Subproject commit 65d2cc0ba1a2abd86c46c4721cd1372843731c2e
|
||||
|
|
@ -1043,6 +1043,8 @@ public class CUE4ParseViewModel : ViewModel
|
|||
{
|
||||
cpp = Regex.Replace(cpp, "__verse_0x[a-fA-F0-9]{8}_", ""); // UnmangleCasedName
|
||||
}
|
||||
cpp = Regex.Replace(cpp, @"CallFunc_([A-Za-z0-9_]+)_ReturnValue", "$1");
|
||||
|
||||
|
||||
TabControl.SelectedTab.SetDocumentText(cpp, false, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user