diff options
Diffstat (limited to 'examples/10.Shaders/main.cpp')
-rw-r--r-- | examples/10.Shaders/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/10.Shaders/main.cpp b/examples/10.Shaders/main.cpp index 1beb3de..ff80bd5 100644 --- a/examples/10.Shaders/main.cpp +++ b/examples/10.Shaders/main.cpp @@ -236,6 +236,8 @@ int main() vsFileName = mediaPath + "opengl.vsh";
}
break;
+ default:
+ break;
}
/*
|