mirror of
https://github.com/opensim/opensim.git
synced 2026-07-05 19:51:27 +08:00
Formatting cleanup.
This commit is contained in:
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
float cpu = m_counter.NextValue()/40f;
|
||||
LLVector3 size = new LLVector3(cpu, cpu, cpu);
|
||||
|
||||
RootPart.Resize( size );
|
||||
RootPart.Resize(size);
|
||||
|
||||
base.UpdateMovement();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user