Hi Stromausfakk
i was trying to convert this:

viewTo.flags = ( (int)(viewTo.flags & ~NOSHADER) | (m_camera.flags & NOSHADER) );

but NOSHADER seems to be returning bool instead of int.
bool wont work with ~(tilde).

viewTo.NOSHADER = false;
m_camera.NOSHADER = true;


A8.3x Commercial, AcknexWrapper and VS 2010 Express
○pararealist now.