mirror of
https://github.com/4sval/FModel.git
synced 2026-08-12 20:26:59 -05:00
forgot to push
This commit is contained in:
Submodule CUE4Parse updated: 7a9bc2ed20...65d2cc0ba1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user