mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
* Partially complete stuff for Mesh support that Melanie wanted to see before it was done.
* Shouldn't break the build. * Doesn't work yet either.
This commit is contained in:
@@ -1474,7 +1474,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
|
||||
if (!(contentType.Contains("image")
|
||||
|| contentType.Contains("x-shockwave-flash")
|
||||
|| contentType.Contains("application/x-oar")))
|
||||
|| contentType.Contains("application/x-oar")
|
||||
|| contentType.Contains("application/vnd.ll.mesh")))
|
||||
{
|
||||
// Text
|
||||
buffer = Encoding.UTF8.GetBytes(responseString);
|
||||
|
||||
Reference in New Issue
Block a user