X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fenvironmentmap.h;h=4338581648b5b05917f48d8024ff98fc14bc56ea;hp=0c80012501baab724ae5845aab1b786363c32996;hb=0fa506250545acb83bc86f1734826544d6f1eda6;hpb=791f266553f0e6c6fc006d96eb9bc2967beb7012 diff --git a/source/effects/environmentmap.h b/source/effects/environmentmap.h index 0c800125..43385816 100644 --- a/source/effects/environmentmap.h +++ b/source/effects/environmentmap.h @@ -81,6 +81,7 @@ protected: const Sampler &mip_sampler; ProgramData shdata; bool rendered = false; + bool in_setup_frame = false; unsigned update_interval = 1; unsigned update_delay = 0;