mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
remove set to zero for fluid force
This commit is contained in:
@ -18,8 +18,8 @@ Licence:
|
||||
|
||||
-----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __Timers_hpp__
|
||||
#define __Timers_hpp__
|
||||
#ifndef __Timerss_hpp__
|
||||
#define __Timerss_hpp__
|
||||
|
||||
|
||||
#include "Timer.hpp"
|
||||
@ -34,7 +34,7 @@ class Timers
|
||||
{
|
||||
protected:
|
||||
|
||||
List<Timer*> timers_;
|
||||
List<pFlow::Timer*> timers_;
|
||||
|
||||
int32 level_ = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user