NessEngine
Hi all,
I’m using Urho3d for C#. I try to set resolution using SetMode but it just return true and doesn’t change anything. here’s the call:
var ret = Graphics.SetMode(800, 600, true, true, false, false, true, false, 0, 0, 0);
Edit: I call it from first line of ‘Start()’
What am I missing?
Thanks!