gameServer/Consts.hs
author sheepluva
Thu, 02 Oct 2014 13:01:18 +0200
changeset 10425 9bf21d178d13
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
fix stereoscopic rendering leading to screen "running away to the left" since webgl merge (due to bug in webgl branch). reason was incomplete change of name/scope of variable stereoDepth -> cStereoDepth

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"