mirror of
https://github.com/DCFApixels/DragonECS-ClassicThreads.git
synced 2025-09-18 03:44:34 +08:00
Update README-RU.md
This commit is contained in:
parent
9b9cd9055f
commit
6317b7130c
@ -43,6 +43,7 @@ public void Run(EcsPipeline pipeline)
|
||||
{
|
||||
foreach (var e in entities)
|
||||
{
|
||||
//Вычисления в отедльном потоке.
|
||||
s.poses.Get(e).position += s.velocities.Read(e).value * _time.DeltaTime;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user