Mercurial > hg > Game > Cerium
diff Renderer/Engine/spe/DataUpdate.cc @ 761:c0a8af52fa43 draft
add lights
author | yutaka@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sat, 06 Feb 2010 03:02:48 +0900 |
parents | 115edac878e2 |
children | 4d83a6a958fd |
line wrap: on
line diff
--- a/Renderer/Engine/spe/DataUpdate.cc Thu Feb 04 14:50:01 2010 +0900 +++ b/Renderer/Engine/spe/DataUpdate.cc Sat Feb 06 03:02:48 2010 +0900 @@ -15,6 +15,10 @@ int load_id = (int)s->get_param(1); void *global_data = (void*)s->global_get(load_id); + if (size != 64) { + printf("hogehoge\n"); + } + memcpy(global_data,idata,size); return 0;