mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 17:46:46 +02:00
Fixed spelling error.
This commit is contained in:
parent
3ac4bb6ddd
commit
cc909e2286
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ PointBuffer::PointBuffer(const BufferPointVector& points) :
|
|||
}
|
||||
|
||||
void PointBuffer::render() {
|
||||
// initalize buffer, etc. on first render
|
||||
// initialize buffer, etc. on first render
|
||||
if (!_buffer.isCreated()) {
|
||||
_buffer.setUsagePattern(QOpenGLBuffer::StaticDraw);
|
||||
_buffer.create();
|
||||
|
|
Loading…
Reference in a new issue