mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 23:01:47 +02:00
Fix JSDoc example typo
This commit is contained in:
parent
0db440931e
commit
08cb5c7191
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ public slots:
|
||||||
*
|
*
|
||||||
* var notify = true;
|
* var notify = true;
|
||||||
* var animated = true;
|
* var animated = true;
|
||||||
* var aspect = 1920 / 1080f;
|
* var aspect = 1920 / 1080;
|
||||||
* var filename = "";
|
* var filename = "";
|
||||||
* Window.takeSnapshot(notify, animated, aspect, filename);
|
* Window.takeSnapshot(notify, animated, aspect, filename);
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue