diff options
Diffstat (limited to 'unityplugin/GhostCubePlugin/PluginSource')
| -rw-r--r-- | unityplugin/GhostCubePlugin/PluginSource/src/RenderingPlugin.cpp | 4 |
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 } |
