Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

range loop refactoring #2934

Merged
merged 10 commits into from
Sep 2, 2023
Merged

range loop refactoring #2934

merged 10 commits into from
Sep 2, 2023

Conversation

Joilnen
Copy link
Contributor

@Joilnen Joilnen commented Sep 1, 2023

No description provided.

@@ -1587,8 +1567,8 @@ void ShaderGenerator::SGTechnique::buildIlluminationTargetRenderState()
createIlluminationSGPasses();

// Build render state for each pass.
for(auto& p : mPassEntries)
{
for(auto& p : mPassEntries) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for(auto& p : mPassEntries) {
for(auto* p : mPassEntries) {

@Joilnen Joilnen requested a review from paroj September 1, 2023 23:36
@paroj paroj merged commit 15631ca into OGRECave:master Sep 2, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants