Documentation regarding GroundPrimitive

The documentation lists the following
asynchronous - Determines if the primitive will be created asynchronously or block until ready. If false initializeTerrainHeights() must be called first.

but for initializeTerrainHeights the following is stated
Initializes the minimum and maximum terrain heights. This only needs to be called if you are creating the GroundPrimitive asynchronously.

The two statements seem to conflict,
which is it?

Thanks,
  Tony

Hey Tony, thanks for the catch! I believe the second line should read “synchronously”, and I’ve made a pull request to address this.

  • Rachel

Okay, thanks