From 6e0b0192a8e5c583193893710f94df416c5971e4 Mon Sep 17 00:00:00 2001 From: degasus Date: Sat, 2 Feb 2013 19:39:26 +0100 Subject: [PATCH] correct spelling of align --- Source/Plugins/Plugin_VideoOGL/Src/StreamBuffer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/StreamBuffer.cpp b/Source/Plugins/Plugin_VideoOGL/Src/StreamBuffer.cpp index 9b5755df2f..503f917d77 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/StreamBuffer.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/StreamBuffer.cpp @@ -29,7 +29,7 @@ namespace OGL { static const u32 SYNC_POINTS = 16; -static const u32 ALGIN_PINNED_MEMORY = 4096; +static const u32 ALIGN_PINNED_MEMORY = 4096; StreamBuffer::StreamBuffer(u32 type, size_t size, StreamType uploadType) : m_uploadtype(uploadType), m_buffertype(type), m_size(size) @@ -168,7 +168,7 @@ void StreamBuffer::Init() for(u32 i=0; i