diff options
author | Robert Adams | 2012-09-27 09:31:33 -0700 |
---|---|---|
committer | Robert Adams | 2012-09-27 22:02:03 -0700 |
commit | 7b65985047bdf0789fe3eccf8f515279f362abf1 (patch) | |
tree | e29509c2e8fc094d50dda62d841dbaa9cf91cfeb /OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs | |
parent | BulletSim: remove the unused body management code from BSPrim. There is no go... (diff) | |
download | opensim-SC-7b65985047bdf0789fe3eccf8f515279f362abf1.zip opensim-SC-7b65985047bdf0789fe3eccf8f515279f362abf1.tar.gz opensim-SC-7b65985047bdf0789fe3eccf8f515279f362abf1.tar.bz2 opensim-SC-7b65985047bdf0789fe3eccf8f515279f362abf1.tar.xz |
BulletSim: remove the trailing spaces from lines to make git happier
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs b/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs index 2d65a35..544c53d 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BulletSimAPI.cs | |||
@@ -41,8 +41,8 @@ public struct BulletSim | |||
41 | public BulletSim(uint worldId, BSScene bss, IntPtr xx) | 41 | public BulletSim(uint worldId, BSScene bss, IntPtr xx) |
42 | { | 42 | { |
43 | ptr = xx; | 43 | ptr = xx; |
44 | worldID = worldId; | 44 | worldID = worldId; |
45 | scene = bss; | 45 | scene = bss; |
46 | } | 46 | } |
47 | public IntPtr ptr; | 47 | public IntPtr ptr; |
48 | public uint worldID; | 48 | public uint worldID; |