We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3493475 + 44f3c87 commit e40377fCopy full SHA for e40377f
xbmc/windowing/GraphicContext.h
@@ -270,7 +270,7 @@ class CGraphicContext : public CCriticalSection
270
271
UITransform m_guiTransform;
272
UITransform m_finalTransform;
273
- std::stack<UITransform> m_transforms;
+ std::stack<UITransform, std::vector<UITransform>> m_transforms;
274
RENDER_STEREO_VIEW m_stereoView = RENDER_STEREO_VIEW_OFF;
275
RENDER_STEREO_MODE m_stereoMode = RENDER_STEREO_MODE_OFF;
276
RENDER_STEREO_MODE m_nextStereoMode = RENDER_STEREO_MODE_OFF;
0 commit comments