lunditoph-siago / Sia.NET

Modern ECS framework for .NET
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Fix compiler Error CS8157 #21 #22

Closed Sieluna closed 5 months ago

Sieluna commented 5 months ago

Description

Try fix the compiler error CS8157 MS Explain. Here we use Unsafe.AsRef to make sure compiler understand function return is a reference not value.

What is the purpose of this pull request?