Fix render capture

This commit is contained in:
luboslenco 2018-04-24 20:08:18 +02:00
parent 428ba34196
commit 69716d5346

View file

@ -189,7 +189,7 @@ class RenderPathDeferred {
t.name = "capture";
t.width = 0;
t.height = 0;
t.format = getRenderCaptureFormat();
t.format = Inc.getRenderCaptureFormat();
path.createRenderTarget(t);
}
#end