angeldarkholme
10-14-2005, 02:53 PM
Hi everybody....
I have a menu and I want to add dinamically some new options, but I have a problem...
When I do this>
glutAddMenuEntry("Cubo " + contadorCubos, contadorObjetos);
If I do this a couple of times, the next menu entry seems to be "cuted" and I don't know how to solve my problem!
Any help will be very apreciated!!
I have a menu and I want to add dinamically some new options, but I have a problem...
When I do this>
glutAddMenuEntry("Cubo " + contadorCubos, contadorObjetos);
If I do this a couple of times, the next menu entry seems to be "cuted" and I don't know how to solve my problem!
Any help will be very apreciated!!