mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
fix error log
This commit is contained in:
parent
9eeaebaf6a
commit
05f2888716
@ -1109,7 +1109,7 @@ unsigned char* Sample_TileMesh::buildTileMesh(const int tx, const int ty, const
|
|||||||
m_cfg.detailSampleDist, m_cfg.detailSampleMaxError,
|
m_cfg.detailSampleDist, m_cfg.detailSampleMaxError,
|
||||||
*m_dmesh))
|
*m_dmesh))
|
||||||
{
|
{
|
||||||
m_ctx->log(RC_LOG_ERROR, "buildNavigation: Could build polymesh detail.");
|
m_ctx->log(RC_LOG_ERROR, "buildNavigation: Could not build polymesh detail.");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user