mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-22 09:37:09 +00:00
Enhance FPS
This commit is contained in:
parent
d0981dfbf3
commit
468ed8cfda
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ type Director struct {
|
|||
roomID string
|
||||
}
|
||||
|
||||
const fps = 60
|
||||
const fps = 100
|
||||
|
||||
// NewDirector returns a new director
|
||||
func NewDirector(roomID string, imageChannel chan<- *image.RGBA, audioChannel chan<- float32, inputChannel <-chan int) *Director {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue