mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
64-bit is more common and works fine.
This commit is contained in:
parent
f01596554a
commit
877aadd68e
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue