diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/AssetRequest.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Framework/AssetRequest.cs b/OpenSim/Framework/AssetRequest.cs index 163ab70..19db1d4 100644 --- a/OpenSim/Framework/AssetRequest.cs +++ b/OpenSim/Framework/AssetRequest.cs | |||
@@ -1,10 +1,10 @@ | |||
1 | using libsecondlife; | 1 | using libsecondlife; |
2 | 2 | ||
3 | namespace OpenSim.Framework | 3 | namespace OpenSim.Framework |
4 | { | 4 | { |
5 | public struct AssetRequest | 5 | public struct AssetRequest |
6 | { | 6 | { |
7 | public LLUUID AssetID; | 7 | public LLUUID AssetID; |
8 | public bool IsTexture; | 8 | public bool IsTexture; |
9 | } | 9 | } |
10 | } \ No newline at end of file | 10 | } \ No newline at end of file |