Add call to showtarget function

This commit is contained in:
Ester Lindgren
2021-03-05 16:00:04 +01:00
parent d85bdd0239
commit af98784dc4

View File

@@ -146,6 +146,7 @@ bool SkybrowserModule::sendMessageToWWT(const ghoul::Dictionary& msg) {
}
void SkybrowserModule::WWTfollowCamera() {
showTarget();
while (true) {
// Get camera view direction
const glm::dvec3 viewDirection = global::navigationHandler->camera()->viewDirectionWorldSpace();