mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
improved the menu states names for frustum rendering modes
This commit is contained in:
parent
e429dfe61f
commit
e6a1fb416d
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