Kaydet (Commit) 33ff399d authored tarafından Michael Stahl's avatar Michael Stahl

warning C4389 != signed/unsigned mismatch

Change-Id: I1cc4be1e7068ce3c40340e88fcde75fc7862a18a
üst 74827231
......@@ -106,11 +106,11 @@ private:
Base3DRatio meRatio;
// Flags
unsigned mbPerspective : 1;
unsigned mbWorldToViewValid : 1;
unsigned mbInvTransObjectToEyeValid : 1;
unsigned mbObjectToDeviceValid : 1;
unsigned mbProjectionValid : 1;
bool mbPerspective : 1;
bool mbWorldToViewValid : 1;
bool mbInvTransObjectToEyeValid : 1;
bool mbObjectToDeviceValid : 1;
bool mbProjectionValid : 1;
public:
B3dTransformationSet();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment