Search found 1 match

by Vermillion
Fri Jun 18, 2010 11:16 am
Forum: Beginners Help
Topic: RTS Camera
Replies: 31
Views: 11715

Hi,

The code on the first page works (except collision detection but tha'ts not so important for me) but now if i try to add user interface elements it doesn't work.

env->addStaticText(L"This is a Text", rect<s32>(50,110,250,130), true);

Is there an other way to do this?

EDIT:

Just copy ...