GSdx: Little bug slipped through.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4994 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gabest11 2011-12-18 22:04:05 +00:00
parent b86e3ebd19
commit b7a70c9541
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public:
return rl;
}
size_t IsMultiThreaded() const {return size();}
bool IsMultiThreaded() const {return size() > 1;}
void Draw(shared_ptr<GSRasterizerData> data);