Revision: 6623
http://playerstage.svn.sourceforge.net/playerstage/?rev=6623&view=rev
Author: jeremy_asher
Date: 2008-06-17 12:05:51 -0700 (Tue, 17 Jun 2008)
Log Message:
-----------
Removed alpha from model picker calculations
Modified Paths:
--------------
code/stage/trunk/libstage/canvas.cc
Modified: code/stage/trunk/libstage/canvas.cc
===================================================================
--- code/stage/trunk/libstage/canvas.cc 2008-06-17 19:01:51 UTC (rev 6622)
+++ code/stage/trunk/libstage/canvas.cc 2008-06-17 19:05:51 UTC (rev 6623)
@@ -128,7 +128,7 @@
modelId = rByte;
modelId |= gByte << 8;
modelId |= bByte << 16;
- modelId |= aByte << 24;
+ //modelId |= aByte << 24;
//printf("Clicked rByte: 0x%X, gByte: 0x%X, bByte: 0x%X, aByte:
0x%X\n", rByte, gByte, bByte, aByte);
//printf("-->model Id = 0x%X\n", modelId);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit