mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Added "LoadImageUrl" module , that is a dynamic texture render, that works with the DynamicTextureModule to allow loading of a image from a webserver and a texture of that image created.
This commit is contained in:
@@ -75,7 +75,7 @@ namespace OpenSim.Region.Environment
|
||||
}
|
||||
}
|
||||
|
||||
private void InitializeModule(IRegionModule module, Scene scene)
|
||||
public void InitializeModule(IRegionModule module, Scene scene)
|
||||
{
|
||||
module.Initialise(scene);
|
||||
scene.AddModule(module.Name, module);
|
||||
|
||||
Reference in New Issue
Block a user