Skip to content
Snippets Groups Projects
Commit 46a2547a authored by D-AIRY's avatar D-AIRY
Browse files

Fixed alignment

parent fe1a0e71
Branches
Tags
No related merge requests found
Subproject commit a887a31b4b9541a0997e9fa8ac34ad62977813fc
Subproject commit 84f4b39f550925479257f3032002e9aab2a5999e
......@@ -121,7 +121,6 @@ protected:
{
private:
IXRenderPipeline *m_pRenderPipeline;
//! @fixme this should be properly aligned!
Array<T> m_aMaps;
Array<T*> m_aMapsQueue;
LIGHT_RENDER_TYPE m_renderType;
......
......@@ -30,6 +30,8 @@ public:
CXLight(CLightSystem *pLightSystem);
~CXLight();
SX_ALIGNED_OP_MEM2();
LIGHT_TYPE getType();
float3 getColor();
......@@ -141,8 +143,6 @@ protected:
class CXLightSun: public CXLight, public virtual IXLightSun
{
public:
SX_ALIGNED_OP_MEM2();
CXLightSun(CLightSystem *pLightSystem);
~CXLightSun();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment