mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
BulletSim: remove the trailing spaces from lines to make git happier
This commit is contained in:
@@ -41,8 +41,8 @@ public struct BulletSim
|
||||
public BulletSim(uint worldId, BSScene bss, IntPtr xx)
|
||||
{
|
||||
ptr = xx;
|
||||
worldID = worldId;
|
||||
scene = bss;
|
||||
worldID = worldId;
|
||||
scene = bss;
|
||||
}
|
||||
public IntPtr ptr;
|
||||
public uint worldID;
|
||||
|
||||
Reference in New Issue
Block a user