[UUM-133526] Material Editor - fix warning from GUILayout#659
[UUM-133526] Material Editor - fix warning from GUILayout#659
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## master #659 +/- ##
=======================================
Coverage 36.05% 36.06%
=======================================
Files 277 277
Lines 34909 34911 +2
=======================================
+ Hits 12588 12589 +1
- Misses 22321 22322 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
/test_plan |
Test Plan
Summary of Changes & Risk AssessmentSummary of ChangesThis PR addresses a Risk Assessment
Test ScenariosFunctional Testing
Regression Testing
Edge Cases
💡 This test plan updates automatically when 🤖 Helpful? Please react with 👍/👎 | Questions❓Please reach out in Slack #ask-u-pr |
Purpose of this PR
Fix a warning thrown by the GUILayout system due to missing End gui layout calls. We exit the scope of a function early, so we need to make the End calls.
Links
Jira: UUM-133526