mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 08:57:09 +00:00
Added ability to double click a resource in the resource browser to open it for editing
This commit is contained in:
@@ -31,6 +31,10 @@ CGameExporter::CGameExporter(const TString& rkInputDir, const TString& rkOutputD
|
||||
mStore.SetActiveProject(mpProject);
|
||||
}
|
||||
|
||||
#if PUBLIC_RELEASE
|
||||
#error Fix export directory being cleared!
|
||||
#endif
|
||||
|
||||
bool CGameExporter::Export()
|
||||
{
|
||||
SCOPED_TIMER(ExportGame);
|
||||
|
||||
Reference in New Issue
Block a user