Skip to content
Snippets Groups Projects
Commit 3bbc031c authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Boop the snoot

parent 1935f5e3
No related branches found
No related tags found
No related merge requests found
...@@ -8,13 +8,13 @@ bool ALControlCache::AutomaticFly = true; ...@@ -8,13 +8,13 @@ bool ALControlCache::AutomaticFly = true;
bool ALControlCache::DebugAvatarRezTime = false; bool ALControlCache::DebugAvatarRezTime = false;
bool ALControlCache::DisableCameraConstraints = false; bool ALControlCache::DisableCameraConstraints = false;
bool ALControlCache::EditLinkedParts = false; bool ALControlCache::EditLinkedParts = false;
F32 ALControlCache::GridDrawSize; F32 ALControlCache::GridDrawSize = 12.f;
F32 ALControlCache::GridOpacity; F32 ALControlCache::GridOpacity = 0.699999988079f;
F32 ALControlCache::GridResolution; F32 ALControlCache::GridResolution = 0.5f;
bool ALControlCache::LimitSelectDistance = true; bool ALControlCache::LimitSelectDistance = true;
bool ALControlCache::MapShowInfohubs; bool ALControlCache::MapShowInfohubs = true;
bool ALControlCache::MapShowEvents; bool ALControlCache::MapShowEvents;
bool ALControlCache::MapShowLandForSale; bool ALControlCache::MapShowLandForSale = false;
bool ALControlCache::MapShowPeople; bool ALControlCache::MapShowPeople;
bool ALControlCache::MapShowTelehubs; bool ALControlCache::MapShowTelehubs;
F32 ALControlCache::MaxSelectDistance = 512.f; F32 ALControlCache::MaxSelectDistance = 512.f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment