Sentry: add another message ignore rule
This commit is contained in:
parent
caac9fbd75
commit
87d2b03b71
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ auto OSG_messageWhitelist = {
|
|||
"PNG lib warning : iCCP: known incorrect sRGB profile",
|
||||
"PNG lib warning : iCCP: profile 'ICC Profile': 1000000h: invalid rendering intent",
|
||||
"osgDB ac3d reader: detected surface with less than 3",
|
||||
"osgDB ac3d reader: detected line with less than 2"
|
||||
"osgDB ac3d reader: detected line with less than 2",
|
||||
"Detected particle system using segment(s) with less than 2 vertices"
|
||||
};
|
||||
|
||||
auto XML_messageWhitelist = {
|
||||
|
|
Loading…
Reference in a new issue