From b2bb9ca39a687efc5dd1014e78650e39452d7cbf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 11 Nov 2009 08:32:29 +0000 Subject: Mitchell Stokes BGE MouseWarp patch + warning fix [#19854] [bugfix] Fix for broken Rasterizer mouse functions --- This patch fixes the embedded player's ability to control the mouse. For example, hiding and unhiding the mouse cursor did not work in 2.5, nor could the mouse's position be controlled. This was because these parts still needed to be ported to 2.5 window manager code. --- source/blender/editors/transform/transform_manipulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/transform/transform_manipulator.c') diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c index a4e093644c3..fe79e9b4285 100644 --- a/source/blender/editors/transform/transform_manipulator.c +++ b/source/blender/editors/transform/transform_manipulator.c @@ -1563,7 +1563,7 @@ void BIF_draw_manipulator(const bContext *C) break; } - mul_mat3_m4_fl((float *)rv3d->twmat, get_manipulator_drawsize(ar)); + mul_mat3_m4_fl(rv3d->twmat, get_manipulator_drawsize(ar)); } if(v3d->twflag & V3D_DRAW_MANIPULATOR) { -- cgit v1.2.3