diff --git a/Common/Context.h b/Common/Context.h index 53219b293b952305b9843a83d1897eb4044d4017..1de2ee0791912be9d8e63d21caf7a1987b6478c4 100644 --- a/Common/Context.h +++ b/Common/Context.h @@ -91,7 +91,7 @@ public : float quaternion[4]; // the actual quaternion used for "trackball" rotating int useTrackball; // do or do not use the trackball for rotations double rotation_center[3]; // point around which to rotate the scene - double rotation_center_cg; // rotate around the center of gravity instead of rotation_center[] + int rotation_center_cg; // rotate around the center of gravity instead of rotation_center[] double min[3]; // x, y and z min for the current geometry double max[3]; // x, y and z max for the current geometry double cg[3]; // "center of gravity" of the current geometry