SetBuffer_ problem after v1.106 to v1.107

Archives Forums/Blitz3D Bug Reports/SetBuffer_ problem after v1.106 to v1.107

yaragad(Posted 2014) [#1]
Hello,

I'm using FastExt to render cool water. I've used most Blitz versions and have no problems.

After update to v1.107 (interested for the cool fix for Win8), I get an error when using SetBuffer_

This is the fastExt function:
Function SetBuffer% (buffer%)
return SetBuffer_ (buffer)
end function

It happens on water example on this calls.
SetBuffer TextureBuffer(RefractTexture)
SetBuffer BackBuffer()


I get ->
Runtime Error
---------------------------
Memory access violation


Thanks.