[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12133] trunk/blender/source/blender/src/ transform.c: fix typo that broke compilation

Martin Poirier theeth at yahoo.com
Mon Sep 24 14:25:13 CEST 2007


Revision: 12133
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12133
Author:   theeth
Date:     2007-09-24 14:25:13 +0200 (Mon, 24 Sep 2007)

Log Message:
-----------
fix typo that broke compilation

Modified Paths:
--------------
    trunk/blender/source/blender/src/transform.c

Modified: trunk/blender/source/blender/src/transform.c
===================================================================
--- trunk/blender/source/blender/src/transform.c	2007-09-24 12:14:36 UTC (rev 12132)
+++ trunk/blender/source/blender/src/transform.c	2007-09-24 12:25:13 UTC (rev 12133)
@@ -3291,7 +3291,7 @@
 	if (t->spacetype == SPACE_ACTION && G.saction) {
 		drawtime = (G.saction->flag & SACTION_DRAWTIME)? 1 : 0;
 	}
-	else if (t->spacetype == SPACE_NLA && G.snla) {=
+	else if (t->spacetype == SPACE_NLA && G.snla) {
 		drawtime = (G.snla->flag & SNLA_DRAWTIME)? 1 : 0;
 	}
 	else {





More information about the Bf-blender-cvs mailing list