1 file changed
+4
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
734 | 734 |
| |
735 | 735 |
| |
736 | 736 |
| |
737 |
| - | |
| 737 | + | |
738 | 738 |
| |
739 | 739 |
| |
740 | 740 |
| |
| |||
757 | 757 |
| |
758 | 758 |
| |
759 | 759 |
| |
760 |
| - | |
| 760 | + | |
761 | 761 |
| |
762 | 762 |
| |
763 | 763 |
| |
764 | 764 |
| |
765 |
| - | |
| 765 | + | |
766 | 766 |
| |
767 | 767 |
| |
768 |
| - | |
| 768 | + | |
769 | 769 |
| |
770 | 770 |
| |
771 | 771 |
| |
|
3 commit comments
numberZero commentedon Nov 5, 2020
@sfan5 What was the problem here? is
material_type
a enum instead of integer?numberZero commentedon Nov 5, 2020
whoops, read that again... MSVC seems to think
u8
is the same aschar
...numberZero commentedon Nov 5, 2020
so why not to simply change argument types to
int
, for example?