diff options
| author | Comment <tim@gray.(none)> | 2013-01-16 14:41:27 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-01-16 14:41:27 +0000 |
| commit | e775f024476943beacc433c39b6b1003f7ba0d86 (patch) | |
| tree | 5a26b90a0a11574e3cbd3aa7cead9b55a6289bc6 /liveengineUnmapped/src/viewport.cpp | |
| parent | 2b3eaa8dd74c373e7c82a414014c469fe415b66e (diff) | |
frame engine with alpha channel and blending
Diffstat (limited to 'liveengineUnmapped/src/viewport.cpp')
| -rwxr-xr-x | liveengineUnmapped/src/viewport.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liveengineUnmapped/src/viewport.cpp b/liveengineUnmapped/src/viewport.cpp index a15d5ba..e533ef4 100755 --- a/liveengineUnmapped/src/viewport.cpp +++ b/liveengineUnmapped/src/viewport.cpp @@ -73,6 +73,7 @@ void viewport::draw(float a,unsigned char* controllers,int xshift,int yshift,pla ofTranslate(w/2,h/2);
ofScale(scale,scale,scale);
ofTranslate(-w/2,-h/2);
+ ofSetColor(255,255,255);
if (controlColours) list.layers[note]->draw(a,controllers,w,h,transparentBlack,colShift);
else list.layers[note]->draw(a,w,h,colShift);
ofPopMatrix();
|
