From c87eb1d6285acc05c63ce738f2f826ca1a8cfb7d Mon Sep 17 00:00:00 2001 From: Stephen Swaney Date: Sat, 19 Mar 2005 13:26:03 +0000 Subject: [PATCH] Added curly braces around an #ifdef NEWTRANSFORM. Needed when NEWTRANSFORM was not defined. --- source/blender/src/space.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/blender/src/space.c b/source/blender/src/space.c index 70027f34f15..cbea4c5fddb 100644 --- a/source/blender/src/space.c +++ b/source/blender/src/space.c @@ -1555,10 +1555,11 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt) transform('s'); #endif } - else if(G.qual==(LR_SHIFTKEY|LR_CTRLKEY)) + else if(G.qual==(LR_SHIFTKEY|LR_CTRLKEY)){ #ifdef NEWTRANSFORM Transform(TFM_TOSPHERE); #endif + } } else if(G.qual==LR_ALTKEY) {