Fix LightShare annoyance for people who don't know what LightShare is

This commit is contained in:
Siana Gearz
2012-09-08 08:12:13 +02:00
parent 04bb15a108
commit f1a5fb6b62
3 changed files with 27 additions and 5 deletions

View File

@@ -31,6 +31,9 @@
#include "linden_common.h"
#pragma pack(push)
#pragma pack(1)
struct M7Color3{
M7Color3(){};
M7Color3(F32 pRed, F32 pGreen, F32 pBlue)
@@ -124,8 +127,8 @@ struct Meta7WindlightPacket {
char cloudScrollXLock;
char cloudScrollYLock;
char drawClassicClouds;
};
#pragma pack(pop)
#endif