mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 13:26:02 -04:00
More C++11
This commit is contained in:
@ -211,6 +211,7 @@ public:
|
||||
|
||||
break;
|
||||
case 2:
|
||||
default:
|
||||
x = m_Weight * p;
|
||||
y = m_Weight * q;
|
||||
z = m_Weight * (j ? -1 : 1);
|
||||
|
Reference in New Issue
Block a user