Mercurial > mm7
comparison Render.cpp @ 1297:5450af4f57ef
moving files mm7_x ending
author | Ritor1 |
---|---|
date | Wed, 19 Jun 2013 17:06:58 +0600 |
parents | 1803172dffd9 |
children | 18665b8f66b2 |
comparison
equal
deleted
inserted
replaced
1296:c423f946dc99 | 1297:5450af4f57ef |
---|---|
11014 Log::Warning(L"SetBillboardBlendOptions: invalid opacity type (%u)", a1); | 11014 Log::Warning(L"SetBillboardBlendOptions: invalid opacity type (%u)", a1); |
11015 assert(false); | 11015 assert(false); |
11016 break; | 11016 break; |
11017 } | 11017 } |
11018 } | 11018 } |
11019 | 11019 //----- (0040DF3D) -------------------------------------------------------- |
11020 void __cdecl CallRenderPresent() | |
11021 { | |
11022 pRenderer->Present(); | |
11023 } |