mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +03:00
wineopenxr: Don't break on recursive struct definition.
CW-Bug-Id: #23689
This commit is contained in:
parent
26e5b94e4c
commit
98b0d5a4e0
@ -1750,6 +1750,8 @@ class XrStruct(Sequence):
|
||||
return True
|
||||
|
||||
for m in self.members:
|
||||
if m.type == self.name:
|
||||
continue
|
||||
if m.needs_conversion():
|
||||
return True
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user