generator wheel has Plane = 1 to not trigger warning

stable-6.1
Maikel de Vries 2015-03-05 20:01:34 +01:00
parent 4841fb944b
commit 33011b91f5
1 changed files with 1 additions and 1 deletions

View File

@ -48,4 +48,4 @@ local ActMap = {
};
// Plane must be set because of C4D_None category.
local Plane = 0;
local Plane = 1;