summaryrefslogtreecommitdiff
path: root/src/game/SignTool.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-17 12:40:10 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-17 12:40:10 (GMT)
commit6500923aa574bad86339f231382a7fcc11e64f96 (patch)
treeea48ca236dc8fe543a4b6044dea9ce2e800b1de8 /src/game/SignTool.cpp
parentbe42cec4984d4af0dc35ff101d7323d1746cd5d5 (diff)
downloadpowder-6500923aa574bad86339f231382a7fcc11e64f96.zip
powder-6500923aa574bad86339f231382a7fcc11e64f96.tar.gz
Sample tool, fixes #122
Diffstat (limited to 'src/game/SignTool.cpp')
-rw-r--r--src/game/SignTool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SignTool.cpp b/src/game/SignTool.cpp
index 169c5b7..00f54b6 100644
--- a/src/game/SignTool.cpp
+++ b/src/game/SignTool.cpp
@@ -269,7 +269,7 @@ VideoBuffer * SignTool::GetIcon(int toolID, int width, int height)
}
}
newTexture->SetCharacter((width/2)-5, (height/2)-5, 0xA1, 32, 64, 128, 255);
- newTexture->SetCharacter((width/2)-5, (height/2)-5, 0xA0, 255, 255, 255, 255);
+ newTexture->BlendCharacter((width/2)-5, (height/2)-5, 0xA0, 255, 255, 255, 255);
return newTexture;
}