mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
--User changes
-Undo list length increased from 128 to 512. --Code changes -auguer doesn't need Zeps(). -Additional check on undo list length when adding in certain circumstances.
This commit is contained in:
@ -6879,11 +6879,6 @@ public:
|
||||
m_HalfScale = m_Scale / 2;
|
||||
}
|
||||
|
||||
virtual vector<string> OpenCLGlobalFuncNames() const override
|
||||
{
|
||||
return vector<string> { "Zeps" };
|
||||
}
|
||||
|
||||
protected:
|
||||
void Init()
|
||||
{
|
||||
|
Reference in New Issue
Block a user