• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisiónecc96cbe66e359eb7884f9f0027938e1eae4b337 (tree)
Tiempo2012-10-30 00:22:02
Autorangeart <angeart@git....>
Commiterangeart

Log Message

何か変わってたので修正

Cambiar Resumen

Diferencia incremental

--- a/client/MiniMap.cpp
+++ b/client/MiniMap.cpp
@@ -205,7 +205,7 @@ void MiniMap::DrawPosAndCalc()
205205 if(current_channel){
206206 BOOST_FOREACH(auto it,current_channel->warp_points)
207207 {
208- direction = VSub(VGet(it.x,it.y,it.z),myself_pos);
208+ direction = VSub(it.position,myself_pos);
209209 direction.y = 0;
210210 theta = atan2( -direction.x, -direction.z);
211211 tmp_pos_x = ( sin(mtheta + TORADIAN(180.0f) - theta) * VSize(direction) * ( 1.0f / world_manager->stage()->map_scale()) )/ 3.0f + absolute_x() + absolute_width()/2;