Cleaned up code and added some parameter checks.

Removed some unused code fragments from older plans.
This commit is contained in:
2020-05-29 00:00:39 -05:00
parent 51cfc84cc7
commit 5e85eb5de1
8 changed files with 12 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ namespace SlatedGameToolkit.Framework.Exceptions
{
public class OpenGLException : Exception {
public OpenGLException() : base() {
}
public OpenGLException(string message) : base(message) {