mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Fix sky color
This commit is contained in:
parent
a1ec97ac6e
commit
bf63423572
@ -95,6 +95,8 @@ HRESULT Direct3DRMViewportImpl::CollectSceneData()
|
||||
{
|
||||
MINIWIN_NOT_IMPLEMENTED(); // Lights, camera, textures, materials
|
||||
|
||||
m_backgroundColor = static_cast<Direct3DRMFrameImpl*>(m_rootFrame)->m_backgroundColor;
|
||||
|
||||
std::vector<PositionColorVertex> verts;
|
||||
|
||||
// Compute camera matrix
|
||||
|
||||
Loading…
Reference in New Issue
Block a user