mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix crash lol
This commit is contained in:
parent
44c019d5cf
commit
0df919e380
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class Renderer extends h3d.scene.Renderer {
|
|||
|
||||
public var depth:h3d.pass.Base = new h3d.scene.fwd.Renderer.DepthPass();
|
||||
public var normal:h3d.pass.Base = new h3d.scene.fwd.Renderer.NormalPass();
|
||||
public var shadow = new h3d.pass.CascadeShadowMap(null);
|
||||
public var shadow = new h3d.pass.DefaultShadowMap(1024);
|
||||
|
||||
var glowBuffer:h3d.mat.Texture;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue