Merge pull request #505 from Naxela/master

Fix for #497
This commit is contained in:
Lubos Lenco 2018-02-13 18:20:28 +01:00 committed by GitHub
commit 4be4b45f01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -644,7 +644,7 @@ class RenderPathDeferred {
#if rp_translucency
{
drawTranslucency("tex");
Inc.drawTranslucency("tex");
}
#end

View file

@ -285,7 +285,7 @@ class RenderPathForward {
#if rp_translucency
{
drawTranslucency("lbuf");
Inc.drawTranslucency("lbuf");
}
#end
}