Mercurial > mm7
comparison Render.cpp @ 1679:4da5644df18f
Cosmetics
author | Nomad |
---|---|
date | Fri, 20 Sep 2013 14:45:44 +0200 |
parents | f1cdf8c062d4 |
children | 0c4d3c6a9d5a 633f81bb3ae7 |
comparison
equal
deleted
inserted
replaced
1676:483cc7f0d86c | 1679:4da5644df18f |
---|---|
8716 Log::Warning(L"SetBillboardBlendOptions: invalid opacity type (%u)", a1); | 8716 Log::Warning(L"SetBillboardBlendOptions: invalid opacity type (%u)", a1); |
8717 assert(false); | 8717 assert(false); |
8718 break; | 8718 break; |
8719 } | 8719 } |
8720 } | 8720 } |
8721 //----- (0040DF3D) -------------------------------------------------------- | |
8722 void CallRenderPresent() | |
8723 { | |
8724 pRenderer->Present(); | |
8725 } |