Create CameraLight class
This commit is contained in:
parent
4bbf1ba11c
commit
ed05a2edd3
27 changed files with 133 additions and 96 deletions
|
|
@ -1409,7 +1409,7 @@ void OpenGLSWFrameBuffer::Draw3DPart(bool copy3d)
|
|||
uint32_t color0, color1;
|
||||
if (Accel2D)
|
||||
{
|
||||
auto &map = swrenderer::realfixedcolormap;
|
||||
auto &map = swrenderer::CameraLight::Instance()->realfixedcolormap;
|
||||
if (map == nullptr)
|
||||
{
|
||||
color0 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue