summaryrefslogtreecommitdiff
path: root/indra/newview/gltfscenemanager.cpp
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2024-04-10 11:25:07 -0500
committerGitHub <noreply@github.com>2024-04-10 11:25:07 -0500
commit720f7d7ef5d06366cdbae51cd67a6883e994880b (patch)
tree6a69ae2d76a0d108befaced088909f9d68e3bb3d /indra/newview/gltfscenemanager.cpp
parentb2a450a3087fb8393024876f6069a7cec9855bfd (diff)
Fix mac build (#1182)
* Fix mac build * Mac build take 2 * Mac build take 3
Diffstat (limited to 'indra/newview/gltfscenemanager.cpp')
-rw-r--r--indra/newview/gltfscenemanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/gltfscenemanager.cpp b/indra/newview/gltfscenemanager.cpp
index 429c9118f8..6c44b83646 100644
--- a/indra/newview/gltfscenemanager.cpp
+++ b/indra/newview/gltfscenemanager.cpp
@@ -24,6 +24,8 @@
* $/LicenseInfo$
*/
+#include "llviewerprecompiledheaders.h"
+
#include "gltfscenemanager.h"
#include "llviewermenufile.h"
#include "llappviewer.h"
@@ -329,7 +331,6 @@ void renderAssetDebug(LLViewerObject* obj, Asset* asset)
gGL.pushMatrix();
// get raycast in asset space
- LLMatrix4a asset_to_agent = getAssetToAgentTransform(obj);
LLMatrix4a agent_to_asset = getAgentToAssetTransform(obj);
LLVector4a start;