mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
New material loading pipeline almost working
This commit is contained in:
@@ -78,6 +78,7 @@ namespace GlitchyEngine.Renderer
|
||||
switch (this)
|
||||
{
|
||||
case .Bool:
|
||||
// TODO: I'm pretty sure this is wrong and should be 4 as well!
|
||||
return 1;
|
||||
case .Float:
|
||||
return 4;
|
||||
|
||||
Reference in New Issue
Block a user