IceReaper / Quake2Sharp

Quake 2, fully playable, ported to C#
GNU General Public License v3.0
27 stars 12 forks source link

Updated unsafe code to use safe methods #4

Closed swax closed 1 year ago

swax commented 1 year ago

Hi, cool project 😊 let me know what you think of this change. I wasn't having any problems in particular with the app being unsafe, it just looked like there was an alternative safe method in OpenTK. In doing so I was able to remove the <AllowUnsafeBlocks> tag from the csproj file.

IceReaper commented 1 year ago

Thank you very much! Im trying to refactor and modernize the Codebase currently. That Change fits perfectly :)