- Code: Select all
- MOAIGfxDevice.setClearColor(0,0,0,1)
no longer works as per some examples
With a bit of syntax mangling the following does work
- Code: Select all
- MOAIGfxDevice.getFrameBuffer():setClearColor(0,0,0,1)
Moderators: seebs, franciscotufro
- MOAIGfxDevice.setClearColor(0,0,0,1)
- MOAIGfxDevice.getFrameBuffer():setClearColor(0,0,0,1)
-
- --local texture = MOAIImageTexture.new() --can't load a texture with this, worked on 1.3
- local texture = MOAITexture.new() --this seams to work fine
-
-
- layer:setScl(1.2,1.3) --doesn't do anything, worked fine on 1.3
-
ezraanderson wrote:problem with scaling a layer
- Code: Select all
layer:setScl(1.2,1.3) --doesn't do anything, worked fine on 1.3
Users browsing this forum: Google [Bot] and 1 guest