mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Updates CameraControllerJoinMap to use new constructor for base class
This commit is contained in:
parent
42fbd813a2
commit
c8f095f0a3
3 changed files with 4 additions and 4 deletions
|
|
@ -177,7 +177,7 @@ namespace PepperDash.Essentials.Core
|
|||
// return join;
|
||||
// });
|
||||
|
||||
//type = this.GetType(); <- this wasn'memberInfo working because 'this' was always the base class, never the derived class
|
||||
//type = this.GetType(); <- this wasn't working because 'this' was always the base class, never the derived class
|
||||
var fields =
|
||||
type.GetCType()
|
||||
.GetFields(BindingFlags.Public | BindingFlags.Instance)
|
||||
|
|
@ -454,7 +454,7 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
public JoinNameAttribute(string name)
|
||||
{
|
||||
Debug.Console(0, "Setting Attribute Name: {0}", name);
|
||||
Debug.Console(2, "Setting Attribute Name: {0}", name);
|
||||
_Name = name;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue