Add a shader warning when the uniform buffer limit is exceeded
This commit is contained in:
parent
9221c0f8ad
commit
fd9c92d4ab
9 changed files with 107 additions and 115 deletions
|
|
@ -1591,7 +1591,7 @@ void AudioServer::set_bus_layout(const Ref<AudioBusLayout> &p_bus_layout) {
|
|||
Bus::Effect bfx;
|
||||
bfx.effect = fx;
|
||||
bfx.enabled = p_bus_layout->buses[i].effects[j].enabled;
|
||||
#if DEBUG_ENABLED
|
||||
#ifdef DEBUG_ENABLED
|
||||
bfx.prof_time = 0;
|
||||
#endif
|
||||
bus->effects.push_back(bfx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue