[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11299] branches/imgbrowser-elubie/source/ blender/src/interface.c: Small fix to radial menus by elubie, just initialising some memory that gets done automatically on OSX, causing no problem there.

Matt Ebb matt at mke3.net
Wed Jul 18 01:22:30 CEST 2007


Revision: 11299
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11299
Author:   broken
Date:     2007-07-18 01:22:29 +0200 (Wed, 18 Jul 2007)

Log Message:
-----------
Small fix to radial menus by elubie, just initialising some memory that gets done automatically on OSX, causing no problem there.

Modified Paths:
--------------
    branches/imgbrowser-elubie/source/blender/src/interface.c

Modified: branches/imgbrowser-elubie/source/blender/src/interface.c
===================================================================
--- branches/imgbrowser-elubie/source/blender/src/interface.c	2007-07-17 17:51:11 UTC (rev 11298)
+++ branches/imgbrowser-elubie/source/blender/src/interface.c	2007-07-17 23:22:29 UTC (rev 11299)
@@ -6929,6 +6929,7 @@
 	
 	vec[0] = sin(angle);
 	vec[1] = cos(angle);
+	vec[2] = 0.0f;
 }
 
 short radialpupmenu(char *instr)





More information about the Bf-blender-cvs mailing list