Skip to content

Commit

Permalink
display unknown data
Browse files Browse the repository at this point in the history
  • Loading branch information
jvenin committed May 9, 2024
1 parent 2c2588c commit 9ff52f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/gsf/header2/collision_struct.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class HitCollisionStruct extends CollisionStruct {

@override
String get label =>
'Hit of radius $radius at $positionX, $positionY, $positionZ';
'Hit of radius $radius at $positionX, $positionY, $positionZ, unknownData: $unknownData';

HitCollisionStruct.fromBytes(Uint8List bytes, int offset)
: super(offset: offset, type: CollisionStructType.hit) {
Expand Down

0 comments on commit 9ff52f5

Please sign in to comment.