mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Removed unnecessary "override extern"s
This commit is contained in:
@@ -7,7 +7,5 @@ namespace GlitchyEngine.Renderer
|
||||
[AllowAppend]
|
||||
public this(String source, String entryPoint, ShaderDefine[] macros = null)
|
||||
: base(source, entryPoint, macros) { }
|
||||
|
||||
public override extern void CompileFromSource(String code, String entryPoint, ShaderDefine[] macros = null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user