1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Correct texturedRectBGCopy in order to new Bg1Cyc command work with Yoshi Story

This commit is contained in:
Sergey Lipskiy 2018-10-17 19:18:04 +07:00
parent aab318b4f7
commit 7f68ae71f1

View File

@ -1070,7 +1070,7 @@ bool texturedRectCopyToItself(const GraphicsDrawer::TexturedRectParams & _params
static
bool texturedRectBGCopy(const GraphicsDrawer::TexturedRectParams & _params)
{
if (GBI.getMicrocodeType() != S2DEX)
if (gDP.colorImage.size > G_IM_SIZ_8b)
return false;
float flry = _params.lry;