Revert "Fallback handled. Yes, I tested this."
This reverts commit 986d510a88.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
return Def.Quad{
|
||||
InitCommand=function(self)
|
||||
self:zoomto(4, 22);
|
||||
self:diffuse(color("#AABBDD"));
|
||||
end;
|
||||
InitCommand=cmd(zoomto,4,22;diffuse,color("#AABBDD"));
|
||||
};
|
||||
Reference in New Issue
Block a user