You've already forked nodeeditor
mirror of
https://github.com/AxioDL/nodeeditor.git
synced 2026-03-30 11:48:31 -07:00
Fix 1 on Github. Adjust code to VisualStudio build
This commit is contained in:
@@ -17,11 +17,11 @@ nPorts(PortType portType) const
|
||||
|
||||
switch (portType)
|
||||
{
|
||||
case PortType::IN:
|
||||
case PortType::In:
|
||||
result = 0;
|
||||
break;
|
||||
|
||||
case PortType::OUT:
|
||||
case PortType::Out:
|
||||
result = 1;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user