mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-14 20:24:54 -04:00
--User changes
-Better default/min/max sizes for docks/tabs. -Add a reset workspace menu item. --Bug fixes -Order of affine scale up/down buttons was reversed from what's intuitive. -Projection was not properly being set when animating flames with 3D parameters.
This commit is contained in:
@ -1218,7 +1218,7 @@ EmberStats Renderer<T, bucketT>::Iterate(size_t iterCount, size_t temporalSample
|
||||
#ifdef WIN32
|
||||
SetThreadPriority(GetCurrentThread(), m_Priority);
|
||||
#else
|
||||
pthread_setschedprio(pthread_self(), (int)m_Priority);
|
||||
pthread_setschedprio(pthread_self(), (int)m_Priority);
|
||||
#endif
|
||||
//Timing t;
|
||||
IterParams<T> params;
|
||||
|
Reference in New Issue
Block a user