Skip to content

Commit

Permalink
Fix doc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Feb 18, 2022
1 parent fbf3de9 commit ca82c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Scene/Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -1600,9 +1600,9 @@ Object.defineProperties(Scene.prototype, {
/**
* The sample rate of multisample antialiasing (values greater than 1 enable MSAA).
* @memberof Scene.prototype
* @type {Boolean}
* @type {Number}
* @readonly
* @default false
* @default 1
*/
msaaSamples: {
get: function () {
Expand Down

0 comments on commit ca82c10

Please sign in to comment.