Linuxy fixes
This commit is contained in:
@@ -51,11 +51,6 @@ const F32 OGL_TO_CFR_ROTATION[16] = { 0.f, 0.f, -1.f, 0.f, // -Z becomes X
|
||||
const BOOL FOR_SELECTION = TRUE;
|
||||
const BOOL NOT_FOR_SELECTION = FALSE;
|
||||
|
||||
// Build time optimization, generate this once in .cpp file
|
||||
#ifndef LLVIEWERCAMERA_CPP
|
||||
extern template class LLViewerCamera* LLSingleton<class LLViewerCamera>::getInstance();
|
||||
#endif
|
||||
|
||||
class LLViewerCamera : public LLCamera, public LLSingleton<LLViewerCamera>
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user