mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
64-bit is more common and works fine.
This commit is contained in:
parent
f01596554a
commit
877aadd68e
2
Tools/Vagrant/Vagrantfile
vendored
2
Tools/Vagrant/Vagrantfile
vendored
|
|
@ -5,7 +5,7 @@
|
|||
VAGRANTFILE_API_VERSION = '2'
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.vm.box = 'ubuntu/trusty32'
|
||||
config.vm.box = 'ubuntu/trusty64'
|
||||
|
||||
config.vm.provider 'virtualbox' do |vb|
|
||||
#vb.gui = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue