Fixes GLES and compilation warnings.

This was SVN commit r26492.
This commit is contained in:
vladislavbelov
2022-02-26 20:28:39 +00:00
parent 3651ff26d9
commit 67cafcd599
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ void SilhouetteRenderer::RenderSubmitCasters(SceneCollector& collector)
}
void SilhouetteRenderer::RenderDebugBounds(
Renderer::Backend::GL::CDeviceCommandContext* deviceCommandContext)
Renderer::Backend::GL::CDeviceCommandContext* UNUSED(deviceCommandContext))
{
if (m_DebugBounds.empty())
return;
-1
View File
@@ -257,7 +257,6 @@ void TerrainOverlay::RenderTileOutline(
#if CONFIG2_GLES
UNUSED2(deviceCommandContext);
UNUSED2(color);
UNUSED2(lineWidth);
UNUSED2(drawHidden);
UNUSED2(i);
UNUSED2(j);