summaryrefslogtreecommitdiff
blob: 53f07261bb7e13b7e427923b321dc6e81ff1affe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- src/tools/radiant/radiant/camera/CameraSettings.h.old	2014-10-22 08:30:35.690248415 +0200
+++ src/tools/radiant/radiant/camera/CameraSettings.h	2014-10-22 08:31:12.329900302 +0200
@@ -16,13 +16,13 @@
 const std::string RKEY_ENABLE_FARCLIP = "user/ui/camera/enableCubicClipping";
 const std::string RKEY_DRAWMODE = "user/ui/camera/drawMode";
 const std::string RKEY_SOLID_SELECTION_BOXES = "user/ui/xyview/solidSelectionBoxes";
+}
 
 enum CameraDrawMode
 {
 	drawWire, drawSolid, drawTexture
 };
 
-}
 /* greebo: This is the home of all the camera settings. As this class derives
  * from a RegistryKeyObserver, it can be connected to the according registry keys
  * and gets notified if any of the observed keys are changed.*/