yoshinoToylogic / bulletsharp

Automatically exported from code.google.com/p/bulletsharp
MIT License
0 stars 0 forks source link

DebugDraw issue in NoGfx build! #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

I am using NoGfx build of BulletSharp! 

When i call world.DebugDrawWorld() , i catch a critical exception:
-----
A first chance exception of type 'System.ArgumentException' occurred in 
System.Drawing.dll

Additional information: Значение "65025" недопустимо для 
"red". "red" 
должно быть больше или равно 0 и меньше или 
равно 255.
-----

It means that "red" channel of "System.Drawing.Color" should be in "0:255" 
range and can not be "65025".

[sorry for my english]

Waiting for bugfix : ) Thanks.

Original issue reported on code.google.com by i.prog...@gmail.com on 2 May 2010 at 11:56

GoogleCodeExporter commented 8 years ago
I had a feeling that that piece of code was wrong, but didn't have time to test 
it 
myself.

Thanks for reporting!

Original comment by andres.traks on 2 May 2010 at 4:42