Fixed sonar qube errors
All checks were successful
Gitea Actions Demo / Scan the project (push) Successful in 21s
All checks were successful
Gitea Actions Demo / Scan the project (push) Successful in 21s
This commit is contained in:
@ -8,7 +8,6 @@ using System.Threading.Tasks;
|
||||
namespace Nebulix.Rendering;
|
||||
|
||||
|
||||
[Serializable]
|
||||
public class ShaderCompileException : Exception
|
||||
{
|
||||
protected ShaderType ShaderType;
|
||||
|
@ -7,7 +7,6 @@ using System.Threading.Tasks;
|
||||
namespace Nebulix.Rendering;
|
||||
|
||||
|
||||
[Serializable]
|
||||
public class ShaderLinkException : Exception
|
||||
{
|
||||
public ShaderLinkException() : base("Error occured while trying to link a shader.") { }
|
||||
|
Reference in New Issue
Block a user