mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 20:56:57 +00:00
Clear qualifier path when changing type
This fixes a bug where overriding an enum parameter with a non-enum parameter would result in the wrong qualifier path.
This commit is contained in:
parent
ce7a7c7cf3
commit
c5591e9968
|
@ -82,6 +82,7 @@ namespace Bind.Structures
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
CurrentType = value;
|
CurrentType = value;
|
||||||
|
CurrentQualifier = String.Empty;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue