Cleaned up code and added some parameter checks.
Removed some unused code fragments from older plans.
This commit is contained in:
@@ -4,7 +4,6 @@ namespace SlatedGameToolkit.Framework.Exceptions
|
||||
{
|
||||
public class OpenGLException : Exception {
|
||||
public OpenGLException() : base() {
|
||||
|
||||
}
|
||||
|
||||
public OpenGLException(string message) : base(message) {
|
||||
|
Reference in New Issue
Block a user