mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
Enable blending by default
This commit is contained in:
4
main.go
4
main.go
@ -18,6 +18,10 @@ import (
|
||||
"github.com/veandco/go-sdl2/sdl"
|
||||
)
|
||||
|
||||
//BUGS:
|
||||
// need to rebind the texutre if the texture (or any material values) change between draw calls
|
||||
// DT handling for when it is zero is wrong! (Gives 1000 DT)
|
||||
|
||||
//TODO: Tasks:
|
||||
// Build simple game
|
||||
// Integrate physx
|
||||
|
||||
Reference in New Issue
Block a user