peroon
Results
3
issues of
peroon
quality settings presset
I define using this GUI. But #if didn't response in javascript code. C# code works. Javascript code can't see the define?
!が足りない?
1
https://github.com/ufcpp/UfcppSample/blob/master/Chapters/Algorithm/Collections/HashTable.cs こちらのErase()にて、 while (n.next != null && n.next.val.Equals(elem)) n = n.next; これは while (n.next != null && !n.next.val.Equals(elem)) n = n.next; が正しいのではないでしょうか? (消す要素が見つからない間はwhileするため) 私の読み間違いでしたらすみません・・・
古過ぎてサポート難