Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2022-05-19 01:31:01 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-05-19 01:35:36 +0300
commitf4028630bfdaa0e22be0872f209505dbb6b0aa2d (patch)
treef496d55445f7c0634007517d6f08ba8fc2ca9e13 /source/blender/draw/engines/eevee_next/eevee_instance.hh
parent769cdccd0e56f1a513f9555d31485f06b363860e (diff)
EEVEE-Next: Display error instead of crashing on unsupported hardware
This message will remain in effect until we bump up the minimum hardware requirement.
Diffstat (limited to 'source/blender/draw/engines/eevee_next/eevee_instance.hh')
-rw-r--r--source/blender/draw/engines/eevee_next/eevee_instance.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/eevee_next/eevee_instance.hh b/source/blender/draw/engines/eevee_next/eevee_instance.hh
index dd72169c854..84be59fc5f0 100644
--- a/source/blender/draw/engines/eevee_next/eevee_instance.hh
+++ b/source/blender/draw/engines/eevee_next/eevee_instance.hh
@@ -58,7 +58,7 @@ class Instance {
const RegionView3D *rv3d;
/* Info string displayed at the top of the render / viewport. */
- char info[64];
+ std::string info = "";
public:
Instance()