trival tweak to trigger the continuous integration system

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-10-04 00:37:02 +01:00
parent b98442dcec
commit c7d0d71666
1 changed files with 1 additions and 1 deletions

View File

@ -4240,8 +4240,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void llCollisionSound(string impact_sound, double impact_volume)
{
m_host.AddScriptLPS(1);
// TODO: Parameter check logic required.
UUID soundId = UUID.Zero;
if (!UUID.TryParse(impact_sound, out soundId))