mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 04:24:27 +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 animated = true;
|
||||
* var aspect = 1920 / 1080f;
|
||||
* var aspect = 1920 / 1080;
|
||||
* var filename = "";
|
||||
* Window.takeSnapshot(notify, animated, aspect, filename);
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue