Lin Yu-Chieh (Victor)
Results
21
comments of
Lin Yu-Chieh (Victor)
This should fix it. ``` if(W){ int wrappedIndex = iIn % L.Count; if(wrappedIndex < 0) wrappedIndex = L.Count + wrap; item = L[wrappedIndex] } ```