camera aspect

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
neojzs

camera aspect

Post by neojzs »

in CCameraSceneNode.cpp

aspect = screenDim.Height / screenDim.Width;

to

aspect = screenDim.Width / screenDim.Height;

ok?
Post Reply