diff --git a/trunk/CardCup/main.cpp b/trunk/CardCup/main.cpp index 0b2abd1..45263ca 100644 --- a/trunk/CardCup/main.cpp +++ b/trunk/CardCup/main.cpp @@ -80,8 +80,8 @@ void Initialize() InitializeHeap(); // 描画インスタンスの初期化 - s_GxHeap = reinterpret_cast(ForceAllocate(s_GxHeapSize));s_RenderSystem - .Initialize(s_GxHeap, s_GxHeapSize); + s_GxHeap = reinterpret_cast(ForceAllocate(s_GxHeapSize)); + s_RenderSystem.Initialize(s_GxHeap, s_GxHeapSize); // 描画インスタンスの初期化 s_scrollBufferInstance.Initialize(&s_RenderSystem);