mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
Yet another char cast fix.
This commit is contained in:
parent
8910ffc600
commit
a6fbf511a2
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ void MakeBevel( vec3_t vMin, vec3_t vMax ){
|
|||
}
|
||||
|
||||
|
||||
g_FuncTable.m_pfnCommitPatchHandleToMap( nIndex, pm, "textures/common/caulk" );
|
||||
g_FuncTable.m_pfnCommitPatchHandleToMap( nIndex, pm, (char *)"textures/common/caulk" );
|
||||
}
|
||||
|
||||
void BuildCornerStairs( vec3_t vMin, vec3_t vMax, int nSteps, const char* mainTexture, const char* riserTex ){
|
||||
|
|
Loading…
Reference in a new issue