Skip to content

Commit

Permalink
Update comment in SnapshotSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
jobe-m committed Jul 25, 2024
1 parent 315b395 commit ab37760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class SnapshotSerializer {

/**
* A special serializer to prohibit serialization of FloatArray in Parallax plane config.
* For some reason @Default
* For some reason @EncodeDefault(NEVER) does not work.
*/
object ParallaxSpeedFactors : KSerializer<FloatArray> {
override val descriptor: SerialDescriptor = PrimitiveSerialDescriptor("ParallaxSpeedFactors", PrimitiveKind.INT)
Expand Down

0 comments on commit ab37760

Please sign in to comment.