Open muesli opened 3 years ago
It looks like nested objects in JSON aren't correctly encoded or parsed:
position.x or position.alignment will always be 0 because that's not the correct JSON key. The key is alignment inside the position struct.
position.x
position.alignment
alignment
position
It looks like nested objects in JSON aren't correctly encoded or parsed:
position.x
orposition.alignment
will always be 0 because that's not the correct JSON key. The key isalignment
inside theposition
struct.