diff --git a/interface/src/scripting/WindowScriptingInterface.h b/interface/src/scripting/WindowScriptingInterface.h index adb1cb29d9..37cb44463b 100644 --- a/interface/src/scripting/WindowScriptingInterface.h +++ b/interface/src/scripting/WindowScriptingInterface.h @@ -351,7 +351,7 @@ public slots: * * var notify = true; * var animated = true; - * var aspect = 1920 / 1080f; + * var aspect = 1920 / 1080; * var filename = ""; * Window.takeSnapshot(notify, animated, aspect, filename); */