Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit bbf0795

Browse files
committed
Minor fix in PostProcessMan
1 parent 07d07e0 commit bbf0795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Managers/PostProcessMan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ namespace RTE {
324324

325325
#ifdef DEBUG_BUILD
326326
// Draw a rectangle around the glow box so we see it's position and size
327-
rect(m_BackBuffer32, startX, startY, endX, endY, g_RedColor);
327+
rect(g_FrameMan.GetBackBuffer32(), startX, startY, endX, endY, g_RedColor);
328328
#endif
329329

330330
for (y = startY; y < endY; ++y) {

0 commit comments

Comments
 (0)