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