Skip to content

Commit e0b39c6

Browse files
committed
Fix compilation error with old Odin versions
1 parent f47c0ca commit e0b39c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Editor/Odin/OdinViewEntryValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protected override void Validate(ValidationResult result)
1818
#else
1919
protected override void Validate(TViewEntry value, ValidationResult result)
2020
{
21-
ValudateInternal(value, result);
21+
ValidateInternal(value, result);
2222
}
2323
#endif
2424

0 commit comments

Comments
 (0)