1
0
Fork 0
mirror of https://github.com/Ryujinx/Opentk.git synced 2025-01-14 00:25:34 +00:00

Process overrides to Constant.Reference.

This commit is contained in:
the_fiddler 2011-12-06 22:59:42 +00:00
parent 5d61e042a0
commit 5ee3013e49

View file

@ -206,6 +206,7 @@ namespace Bind
{
case "name": c.Name = (string)node.TypedValue; break;
case "value": c.Value = (string)node.TypedValue; break;
case "reference": c.Reference = (string)node.TypedValue; break;
}
}
}