[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41051] branches/soc-2011-onion-uv-tools/ source/blender/makesdna/DNA_userdef_types.h: Fix DNA alignment.

Antony Riakiotakis kalast at gmail.com
Sun Oct 16 15:18:06 CEST 2011


Revision: 41051
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41051
Author:   psy-fi
Date:     2011-10-16 13:18:05 +0000 (Sun, 16 Oct 2011)
Log Message:
-----------
Fix DNA alignment. I hope it works for both 64/32 bit.

Modified Paths:
--------------
    branches/soc-2011-onion-uv-tools/source/blender/makesdna/DNA_userdef_types.h

Modified: branches/soc-2011-onion-uv-tools/source/blender/makesdna/DNA_userdef_types.h
===================================================================
--- branches/soc-2011-onion-uv-tools/source/blender/makesdna/DNA_userdef_types.h	2011-10-16 13:10:14 UTC (rev 41050)
+++ branches/soc-2011-onion-uv-tools/source/blender/makesdna/DNA_userdef_types.h	2011-10-16 13:18:05 UTC (rev 41051)
@@ -384,7 +384,7 @@
 
 	short widget_unit;		/* defaults to 20 for 72 DPI setting */
 	short anisotropic_filter;
-	short high_bit_depth_tex, pad8[3];
+	short high_bit_depth_tex, pad8;
 
 	float ndof_sensitivity;	/* overall sensitivity of 3D mouse */
 	int ndof_flag;			/* flags for 3D mouse */




More information about the Bf-blender-cvs mailing list