Clean up structure so ScreenSpaceBrowser only executes string for javascript

This commit is contained in:
Ylva Selling
2021-03-01 13:32:53 +01:00
parent a00013af1c
commit b24a75e484
5 changed files with 49 additions and 30 deletions
@@ -72,7 +72,7 @@ public:
void update() override;
bool isReady() const override;
void testMessage();
void executeJavascript(std::string &script) const;
private:
class ScreenSpaceRenderHandler : public WebRenderHandler {