summaryrefslogtreecommitdiffstats
path: root/unityplugin/GhostCubePlugin/PluginSource
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-29 00:02:08 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-29 00:02:08 +0000
commit224e3ddc208668318e46c76faa5854c8e6fa6ab3 (patch)
treef90a8e289c260ea1bd324a0289354c8c7c54c9b2 /unityplugin/GhostCubePlugin/PluginSource
parentMerge branch 'master' of https://github.com/DiligentGraphics/DiligentEngine (diff)
downloadDiligentEngine-224e3ddc208668318e46c76faa5854c8e6fa6ab3.tar.gz
DiligentEngine-224e3ddc208668318e46c76faa5854c8e6fa6ab3.zip
Fixed build error
Diffstat (limited to 'unityplugin/GhostCubePlugin/PluginSource')
-rw-r--r--unityplugin/GhostCubePlugin/PluginSource/src/RenderingPlugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/unityplugin/GhostCubePlugin/PluginSource/src/RenderingPlugin.cpp b/unityplugin/GhostCubePlugin/PluginSource/src/RenderingPlugin.cpp
index 169404f..6699ccb 100644
--- a/unityplugin/GhostCubePlugin/PluginSource/src/RenderingPlugin.cpp
+++ b/unityplugin/GhostCubePlugin/PluginSource/src/RenderingPlugin.cpp
@@ -127,14 +127,14 @@ void CreateRenderAPI(UnityGfxRenderer apiType)
# if SUPPORT_OPENGL_LEGACY
if (apiType == kUnityGfxRendererOpenGL)
{
- UNSUPPORTED("Legacy Opengl not supported")
+ UNSUPPORTED("Legacy Opengl not supported");
}
# endif // if SUPPORT_OPENGL_LEGACY
# if SUPPORT_METAL
if (apiType == kUnityGfxRendererMetal)
{
- UNSUPPORTED("Metal not supported")
+ UNSUPPORTED("Metal not supported");
}
# endif // if SUPPORT_METAL
}