mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +02:00
Merge pull request #43 from ZappoMan/view_frustum_work
improved the menu states names for frustum rendering modes
This commit is contained in:
commit
531e294052
1 changed files with 5 additions and 5 deletions
|
@ -982,11 +982,11 @@ int setFrustumRenderMode(int state) {
|
|||
return ::frustumDrawingMode;
|
||||
}
|
||||
|
||||
const char* modeAll = " All\0";
|
||||
const char* modeVectors = " Vector\0";
|
||||
const char* modePlanes = " Planes\0";
|
||||
const char* modeNear = " Near\0";
|
||||
const char* modeFar = " Far\0";
|
||||
const char* modeAll = " - All ";
|
||||
const char* modeVectors = " - Vectors ";
|
||||
const char* modePlanes = " - Planes ";
|
||||
const char* modeNear = " - Near ";
|
||||
const char* modeFar = " - Far ";
|
||||
|
||||
const char* getFrustumRenderModeName(int state) {
|
||||
const char * mode;
|
||||
|
|
Loading…
Reference in a new issue