Add scale function to screenspacetarget

This commit is contained in:
Ylva Selling
2021-03-19 14:42:11 +01:00
parent d2d6899e7a
commit ac105178c8
3 changed files with 5 additions and 1 deletions
-1
View File
@@ -116,7 +116,6 @@ SkyBrowserModule::SkyBrowserModule()
}
});
global::callback::mousePosition->emplace_back(
[&](double x, double y) {
glm::vec2 pos = glm::vec2(static_cast<float>(x), static_cast<float>(y));