mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
fix bobtoolz patch caulk crash
This commit is contained in:
parent
c40e0b3e57
commit
a2a93d30df
1 changed files with 1 additions and 0 deletions
|
@ -2029,6 +2029,7 @@ bool CSynapseClientRadiant::RequestAPI( APIDescriptor_t *pAPI ){
|
|||
pTable->m_pfnDeletePatch = &QERApp_DeletePatch;
|
||||
pTable->m_pfnCreatePatchHandle = &QERApp_CreatePatchHandle;
|
||||
pTable->m_pfnCommitPatchHandleToMap = &QERApp_CommitPatchHandleToMap;
|
||||
pTable->m_pfnCommitPatchHandleToEntity = &QERApp_CommitPatchHandleToEntity;
|
||||
pTable->m_pfnLoadImage = &QERApp_LoadImage;
|
||||
pTable->m_pfnMessageBox = >k_MessageBox;
|
||||
pTable->m_pfnFileDialog = &file_dialog;
|
||||
|
|
Loading…
Reference in a new issue