Thraka / SadConsole

A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
MIT License
1.23k stars 120 forks source link

Fixed small off-by-one error #333

Closed KasperK87 closed 1 year ago

KasperK87 commented 1 year ago

Fixed a small 'off-by-one' error in Sadconsole.Extended. Which caused an array 'out of bound' exception, when two entities shared the same position in the Manager.

PS. Can see the Manager has been overhauled in the developer branch, so please disregard if no longer relevant.

Thraka commented 1 year ago

Thanks for opening this fix. You are correct though, it no longer applies to v10. I'm not going to do any releases for v9 since v10 is close to done. Thanks again!